WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Antigram - Explore & Reels Blocker

Antigram - Explore & Reels Blocker

View on Chrome Web Store
View Antigram - Explore & Reels Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (198 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Browser extension to fight back Instagram's addictive features.
Type
Extension
Users
20,000 users
5K
aymyo
View author page of aymyo
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 4, 2020
Version 2.1.0
Manifest version
3
Updated
Updated on May 25, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Antigram - Explore & Reels Blocker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top