Skip to content

Conversation

@jamesEmerson112
Copy link

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

faf0 and others added 3 commits March 20, 2021 12:08
Fixes intOrfloat#7

Cleans up code and only only sets playback speed on certain events:
intOrfloat#6
Retry adding the input field only every second
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. Upraded 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants