spotitySpeedExtension
spotitySpeedExtension copied to clipboard
James vo - Adjust the extension to work on Version 102.0.5005.63 (Official Build) (64-bit) under Manifest 3.0
Google Chrome v. 102.0.5002.63 (Official Build) (64-bit) OS: Window 10
Cause: Manifest 2 is (soon) deprecated => content security issues preventing code to be injected
Solution:
- Upgraded Manifest 2 -> Manifest 3 with some adjustment
- Split content-script into 2: content-script context and inject codes
- Adjust inject codes to be compatible with content security protocol
- Debugged and adjusted content-script for the inject code (inject.js)
Tested and worked properly