We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all sites
Optional permission 'file:///*' is redundant with the required permissions;this permission will be omitted.
{
"author": "All uBlock Origin contributors", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "img/icon_16.png", "32": "img/icon_32.png" }, "default_popup": "popup.html", "default_title": "uBlock Origin dev build" }, "commands": { "launch-element-picker": { "description": "MSG_popupTipPicker" }, "launch-element-zapper": { "description": "MSG_popupTipZapper" }, "launch-logger": { "description": "MSG_popupTipLog" } }, "content_scripts": [ { "all_frames": true, "js": [ "/js/vapi.js", "/js/vapi-client.js", "/js/contentscript.js" ], "matches": [ "http:///", "https:///" ], "run_at": "document_start" }, { "all_frames": false, "js": [ "/js/scriptlets/subscriber.js" ], "matches": [ "http:///", "https:///" ], "run_at": "document_idle" } ], "default_locale": "en", "description": "MSG_extShortDesc", "icons": { "128": "img/icon_128.png", "16": "img/icon_16.png", "32": "img/icon_32.png", "64": "img/icon_64.png" }, "incognito": "split", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1apZ9Qi2M6vC55vLxUQ/wUJnMr0g6kfKpk2Ge9QLkyGkwJRSGr1X5Wzv8euXbnlukG3f6eecFmVuNvaS6aZbTWG9bLbSWe/OC1hDBiooVBUjZO0TuogHIqBtTi2RRmdaySXeDmCTLbu1vs7jn70flCMwrd8wKKvGf25UqH/70FJTwfPOiGLmyrifafanrBNzR4ZdtBvkoaJhgxJ19C+n0eWUTg8dOpnozKbTWoeualPefoJis8xqPKZq3Hoa2JhNuTLyKe8YHIWInT6OIeFJBZwtbT0BNx22TQz5l522B4tGbL9K9w6JwIldXo8rXchfXppCjXTwz4HdAr+g6FBFeQIDAQAB", "manifest_version": 2, "minimum_chrome_version": "51.0", "name": "uBlock Origin development build", "optional_permissions": [ "file:///" ], "options_ui": { "open_in_tab": true, "page": "dashboard.html" }, "permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "\u003Call_urls>" ], "short_name": "uBlock₀ dev build", "storage": { "managed_schema": "managed_storage.json" }, "update_url": "https://clients2.google.com/service/update2/crx", "version": "1.17.3.4", "web_accessible_resources": [ "/web_accessible_resources/" ] }
[Description of the bug or feature]
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
[What you expected to happen]
[What actually happened]
The text was updated successfully, but these errors were encountered:
Duplicate of #294
@gorhill
Sorry, something went wrong.
No branches or pull requests
Prerequisites
all sites
Description
Optional permission 'file:///*' is redundant with the required permissions;this permission will be omitted.
"author": "All uBlock Origin contributors",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "img/icon_16.png",
"32": "img/icon_32.png"
},
"default_popup": "popup.html",
"default_title": "uBlock Origin dev build"
},
"commands": {
"launch-element-picker": {
"description": "MSG_popupTipPicker"
},
"launch-element-zapper": {
"description": "MSG_popupTipZapper"
},
"launch-logger": {
"description": "MSG_popupTipLog"
}
},
"content_scripts": [ {
"all_frames": true,
"js": [ "/js/vapi.js", "/js/vapi-client.js", "/js/contentscript.js" ],
"matches": [ "http:///", "https:///" ],
"run_at": "document_start"
}, {
"all_frames": false,
"js": [ "/js/scriptlets/subscriber.js" ],
"matches": [ "http:///", "https:///" ],
"run_at": "document_idle"
} ],
"default_locale": "en",
"description": "MSG_extShortDesc",
"icons": {
"128": "img/icon_128.png",
"16": "img/icon_16.png",
"32": "img/icon_32.png",
"64": "img/icon_64.png"
},
"incognito": "split",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1apZ9Qi2M6vC55vLxUQ/wUJnMr0g6kfKpk2Ge9QLkyGkwJRSGr1X5Wzv8euXbnlukG3f6eecFmVuNvaS6aZbTWG9bLbSWe/OC1hDBiooVBUjZO0TuogHIqBtTi2RRmdaySXeDmCTLbu1vs7jn70flCMwrd8wKKvGf25UqH/70FJTwfPOiGLmyrifafanrBNzR4ZdtBvkoaJhgxJ19C+n0eWUTg8dOpnozKbTWoeualPefoJis8xqPKZq3Hoa2JhNuTLyKe8YHIWInT6OIeFJBZwtbT0BNx22TQz5l522B4tGbL9K9w6JwIldXo8rXchfXppCjXTwz4HdAr+g6FBFeQIDAQAB",
"manifest_version": 2,
"minimum_chrome_version": "51.0",
"name": "uBlock Origin development build",
"optional_permissions": [ "file:///" ],
"options_ui": {
"open_in_tab": true,
"page": "dashboard.html"
},
"permissions": [ "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "\u003Call_urls>" ],
"short_name": "uBlock₀ dev build",
"storage": {
"managed_schema": "managed_storage.json"
},
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.17.3.4",
"web_accessible_resources": [ "/web_accessible_resources/" ]
}
[Description of the bug or feature]
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
Steps to Reproduce
Expected behavior:
[What you expected to happen]
Actual behavior:
[What actually happened]
Your environment
The text was updated successfully, but these errors were encountered: