-
Notifications
You must be signed in to change notification settings - Fork 148
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
Skiovox helper: manifest.json blocked by admin #123
Comments
following the instructions fixed it |
It didn't fix the new tab though |
dont know exactly where to put host_permissions |
Full log so far: Refused to load the script 'blob:https://www.google.com/21edc4c7-7a82-4b88-a0dd-c6e5eda4a4d2' because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* http://127.0.0.1:*". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. function fixWindowOpen() { let blob = new Blob([ let script = document.createElement('script') Refused to load the script 'blob:https://stackoverflow.com/f640a515-6198-4539-be83-a71802064eca' because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* http://127.0.0.1:*". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. function fixWindowOpen() { let blob = new Blob([ let script = document.createElement('script') Refused to load the script 'blob:https://developer.chrome.com/4b5122bc-580f-44be-b674-3c57430689d8' because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval' 'inline-speculation-rules' http://localhost:* http://127.0.0.1:*". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback. let blob = new Blob([ let script = document.createElement('script') |
New tab works but shortcuts don't |
even after set |
Hey, this is because the extension uses manifest V2 for permissions reasons. As long as you update the public key it should work fine. My SD blocked the ID, so I updated the public key and didn't have any issues. The old version will start causing problems starting in June, when Google deprecates V2... |
Yeah I did the same. It works, but not with the shortcuts and I have to load the extension as a new one each time. |
With the load unpacked button. |
It wouldn't work without changing the manifest_version tag from 2 to 3. |
I don't know exactly why that is. I have CAUB set up, so Chrome can't have updated. |
I guess it is a verification that is checked against server data? |
Can you tell me how to fix it please respond fast |
How do i use skebstore |
When i try it it says (Failed to load extension File ~/MyFiles/Downloads/shkrmivox-helper-main (1) Error Manifest file is missing or unreadable Could not load manifest.) Can you pls tell me how to fix it pls Or tell me how to use Skebstore |
Tried to reload the extension when it wasn't working, and now it says its blocked.
The text was updated successfully, but these errors were encountered: