Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.

None yet

2 participants