WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
IGPlus - Hide Instagram Reels, Explore Page

IGPlus - Hide Instagram Reels, Explore Page

View on Chrome Web Store
View IGPlus - Hide Instagram Reels, Explore Page Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (704 ratings)
7 new ratings
17 views
This extension has been viewed 17 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 06, 2025.

2025 • Open-source • Disable Instagram Shorts, videos, comments, suggestions wall, likes, recommendations... and many more.
Type
Extension
Users
10,000 users
34
fullstackdev
View author page of fullstackdev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 6, 2023
Version 3.0.5.1
Manifest version
3
Updated
Updated on April 17, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View IGPlus - Hide Instagram Reels, Explore Page 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": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.5.1",
    "version_name": "3.0.5.1 Stable",
    "default_locale": "en",
    "icons": {
        "128": "\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": ".\/content\/popup.html",
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/img\/logo.svg",
                "\/assets\/img\/dev.png",
                "\/assets\/img\/sprite.png",
                "\/assets\/img\/sprite_2.png",
                "\/assets\/graphs\/classic_mode.css",
                "\/assets\/graphs\/block_images.css",
                "\/assets\/graphs\/block_videos.css",
                "\/assets\/graphs\/square_shaped.css",
                "\/assets\/graphs\/disable_vanity.css",
                "\/assets\/graphs\/disable_explore.css",
                "\/assets\/graphs\/disable_reels.css",
                "\/assets\/graphs\/mp_disable_stories.css",
                "\/assets\/graphs\/mp_disable_feed.css",
                "\/assets\/graphs\/disable_comments.css",
                "\/assets\/graphs\/ev_disable_stories.css",
                "\/assets\/graphs\/counters_gray.css",
                "\/assets\/graphs\/counters_disable.css",
                "\/assets\/graphs\/grayscale.css",
                "\/assets\/graphs\/disable_threads.css",
                "\/assets\/graphs\/disable_notes.css",
                "\/assets\/graphs\/fonts\/noto_sans.css",
                "\/assets\/graphs\/fonts\/roboto.css",
                "\/assets\/graphs\/fonts\/poppins.css",
                "\/assets\/graphs\/fonts\/playfair.css",
                "\/assets\/graphs\/fonts\/merriweather.css",
                "\/assets\/graphs\/fonts\/noto_sans.css",
                "\/assets\/graphs\/fonts\/nunito.css",
                "\/assets\/graphs\/fonts\/montserrat.css",
                "\/assets\/graphs\/fonts\/pixelify.css",
                "\/assets\/graphs\/fonts\/gabarito.css",
                "\/assets\/graphs\/fonts\/roboto_condensed.css",
                "\/assets\/graphs\/fonts\/inter.css",
                "\/assets\/graphs\/img\/cup-border.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/instagram.com\/*"
            ],
            "js": [
                "\/assets\/js\/content.js"
            ],
            "css": [
                "\/assets\/graphs\/main.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "\/assets\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ]
}
© 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