intOrfloat / spotitySpeedExtension

change the speed of spotify song playback rate. slow or fast.
The Unlicense
58 stars 24 forks source link

James vo - Adjust the extension to work on Version 102.0.5005.63 (Official Build) (64-bit) under Manifest 3.0 #14

Open jamesEmerson112 opened 2 years ago

jamesEmerson112 commented 2 years ago

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:

  1. Upgraded Manifest 2 -> Manifest 3 with some adjustment
  2. Split content-script into 2: content-script context and inject codes
  3. Adjust inject codes to be compatible with content security protocol
  4. Debugged and adjusted content-script for the inject code (inject.js)

Tested and worked properly