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": "Antigram - Explore & Reels Blocker", "description": "Browser extension to fight back Instagram's addictive features.", "version": "2.1.0", "author": "aymyo", "icons": { "16": "public\/ag16.png", "32": "public\/ag32.png", "48": "public\/ag48.png", "128": "public\/ag128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*", "https:\/\/instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "content.js", "modules\/main.js", "modules\/lib.js" ], "matches": [ "https:\/\/*.instagram.com\/*", "https:\/\/instagram.com\/*" ] } ], "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "popup\/popup.html", "open_in_tab": true }, "action": { "default_title": "Antigram Options", "default_popup": "popup\/popup.html", "default_icon": { "16": "public\/ag16.png", "32": "public\/ag32.png", "48": "public\/ag48.png", "128": "public\/ag128.png" } } }