Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Silent Ad Blocker Pro",
"version": "3.2.0",
"description": "Silent Ad Blocker Pro is fast, lightweight, secure, and targets ads displayed on various websites, social media, e-commerce, & more.",
"icons": {
"128": "icons\/icon.png"
},
"permissions": [
"declarativeNetRequest",
"storage",
"tabs",
"scripting"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/*.googlevideo.com\/*"
],
"background": {
"service_worker": "bg.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "core-block",
"enabled": true,
"path": "rules\/core-block.json"
},
{
"id": "click-redirects",
"enabled": true,
"path": "rules\/click-redirects.json"
},
{
"id": "soft-redirects",
"enabled": true,
"path": "rules\/soft-redirects.json"
},
{
"id": "csp-hardening",
"enabled": true,
"path": "rules\/csp-hardening.json"
},
{
"id": "widgets-and-trackers",
"enabled": true,
"path": "rules\/widgets-and-trackers.json"
},
{
"id": "annoyances",
"enabled": true,
"path": "rules\/annoyances.json"
},
{
"id": "video-ads",
"enabled": true,
"path": "rules\/video-ads.json"
},
{
"id": "youtube-clean",
"enabled": true,
"path": "rules\/youtube-clean.json"
},
{
"id": "aggressive-ads",
"enabled": true,
"path": "rules\/aggressive-ads.json"
},
{
"id": "tracking-and-analytics",
"enabled": true,
"path": "rules\/tracking-and-analytics.json"
}
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"hide-space.css",
"cosmetic-extended.css"
],
"js": [
"popup-guard.js",
"no-webrtc.js",
"anti-fingerprinting.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/m.youtube.com\/*",
"https:\/\/music.youtube.com\/*"
],
"js": [
"yt-guard-main.js"
],
"world": "MAIN",
"run_at": "document_start"
}
],
"action": {
"default_title": "Silent Ad Blocker \u2014 Clean Click"
},
"minimum_chrome_version": "116"
}