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",
"name": "Simple Content Blocker - S.C.B",
"version": "2.3",
"short_name": "SCB",
"description": "With Simple Content Blocker you will be able to block Notifications, Popups, Images, Cookies, Camera, Microphone and Location access",
"permissions": [
"storage",
"contentSettings"
],
"icons": {
"16": "\/image\/icon\/16.png",
"24": "\/image\/icon\/24.png",
"32": "\/image\/icon\/32.png",
"48": "\/image\/icon\/48.png",
"64": "\/image\/icon\/64.png",
"128": "\/image\/icon\/128.png",
"256": "\/image\/icon\/256.png",
"512": "\/image\/icon\/512.png"
},
"action": {
"default_title": "SCB",
"default_icon": {
"16": "\/image\/icon\/16.png",
"24": "\/image\/icon\/24.png",
"32": "\/image\/icon\/32.png",
"48": "\/image\/icon\/48.png",
"64": "\/image\/icon\/64.png",
"128": "\/image\/icon\/128.png",
"256": "\/image\/icon\/256.png",
"512": "\/image\/icon\/512.png"
},
"default_popup": "\/popup\/popup.html"
},
"manifest_version": 3,
"homepage_url": "https:\/\/www.kodemuse.dev\/simple-content-blocker\/",
"background": {
"service_worker": "\/background\/background_sw.js"
}
}