IGPlus - Remove Instagram Shorts

Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.

What is IGPlus - Remove Instagram Shorts?

IGPlus - Remove Instagram Shorts is a Chrome extension developed by fullstackdev, and its main feature is "Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.".

Extension Screenshots

screenshot
screenshot

Download IGPlus - Remove Instagram Shorts Extension CRX File

Download IGPlus - Remove Instagram Shorts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and more distractions with InstaPlus. Take control of your Instagram experience and customize it according to your preferences.

Features:
1. Reels Section and Videos Disable: Focus on the content that matters to you by disabling the Reels section and all Reels videos.


2. Explore Page Disable: Regain control over your Instagram feed by disabling the Explore page.


3. Stories Section on Main Page Disable: Enjoy a cleaner and less cluttered interface by removing the Stories section from the main page.


4. Stories Everywhere Disable: Say goodbye to distractions by disabling Stories across all sections of Instagram.


5. Aside Count Labels Disable: Declutter the interface further by completely disabling the count labels in the aside section.


6. Theme and Font Selection: Personalize the appearance of Instagram by choosing from a variety of themes and fonts:
    * Themes:
        - Default
        - Dark Purple
    * Fonts:
        - Default (Segoe UI)
        - Roboto Condensed
        - Poppins
        - Caprasimo
        - Playfair
        - Merriweather
        - Noto Sans

7. Disable Recommendations on Main Page: Focus solely on the content you follow by turning off recommendations on the main page.


8. Disable Likes and Followers Count: Promote a less competitive environment by hiding likes and followers count on posts.


9. Grayscale Mode Enable: Embark on an experimental visual experience by enabling grayscale mode.


10. Square-shaped Design: Create a consistent and visually appealing aesthetic by making all elements within Instagram square-shaped.


11. Block Videos to Reduce Traffic Usage: Optimize your browsing experience by blocking all videos on Instagram to reduce data consumption.


12. Block Images to Reduce Traffic Usage: Enhance browsing speed by blocking all images on Instagram to further reduce data usage.


Unlock a whole new level of customization and enhance your Instagram experience with the InstaPlus Extension. Download now and make Instagram truly yours.

Note: Instagram is a registered trademark of Facebook, Inc. This extension is not affiliated with or endorsed by Facebook, Inc.                    

Extension Basic Information

Name IGPlus - Remove Instagram Shorts IGPlus - Remove Instagram Shorts
ID dbbopjndlaginbghfoibbndhlbpdpapd
Official URL https://chrome.google.com/webstore/detail/igplus-remove-instagram-s/dbbopjndlaginbghfoibbndhlbpdpapd
Description Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.
File Size 722 KB
Installation Count 37
Current Version 1.0.4
Last Updated 2023-08-05
Publish Date 2023-07-06
Rating 5.00/5 Total 2 Ratings
Developer fullstackdev
Email [email protected]
Payment Type free
Extension Website https://pjaworskidev.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGPlus - Remove Instagram Shorts",
    "description": "Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "\/assets\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/js\/store.js",
                "\/assets\/img\/sprite.png",
                "\/assets\/img\/sprite_2.png",
                "\/assets\/css\/classic_mode.css",
                "\/assets\/css\/block_images.css",
                "\/assets\/css\/block_videos.css",
                "\/assets\/css\/square_shaped.css",
                "\/assets\/css\/disable_vanity.css",
                "\/assets\/css\/disable_explore.css",
                "\/assets\/css\/disable_reels.css",
                "\/assets\/css\/mp_disable_stories.css",
                "\/assets\/css\/ev_disable_stories.css",
                "\/assets\/css\/counters_gray.css",
                "\/assets\/css\/counters_disable.css",
                "\/assets\/css\/grayscale.css",
                "\/assets\/css\/fonts\/roboto.css",
                "\/assets\/css\/fonts\/poppins.css",
                "\/assets\/css\/fonts\/caprasimo.css",
                "\/assets\/css\/fonts\/playfair.css",
                "\/assets\/css\/fonts\/merriweather.css",
                "\/assets\/css\/fonts\/noto_sans.css",
                "\/assets\/css\/themes\/light_green.css",
                "\/assets\/css\/themes\/purple_dark.css",
                "\/assets\/css\/themes\/kittens.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.instagram.com\/",
                "https:\/\/instagram.com\/*",
                "https:\/\/instagram.com\/"
            ],
            "js": [
                "\/assets\/js\/contentScript.js"
            ],
            "css": [
                "\/assets\/css\/main.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}