Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Redirect Blocker",
"version": "3.4.2",
"background": {
"service_worker": ".\/dist\/background.js"
},
"description": "Redirect Blocker saves you from facing potential malicious\/annoying redirects.",
"icons": {
"16": ".\/img\/Icon16.png",
"32": ".\/img\/Icon32.png",
"128": ".\/img\/Icon128.png"
},
"action": {
"default_icon": ".\/img\/popupIcon128.png",
"default_popup": "\/dist\/popup\/popup.html",
"default_title": "Redirect Blocker"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
".\/dist\/content.js"
]
}
],
"permissions": [
"tabs",
"storage"
]
}