IGPlus - Remove Instagram Shorts

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

Was ist IGPlus - Remove Instagram Shorts?

IGPlus - Remove Instagram Shorts ist eine Chrome-Erweiterung, die von fullstackdev entwickelt wurde, und ihr Hauptmerkmal ist "Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.".

Erweiterungsscreenshots

screenshot
screenshot

IGPlus - Remove Instagram Shorts-Erweiterungs-CRX-Datei herunterladen

Laden Sie IGPlus - Remove Instagram Shorts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IGPlus - Remove Instagram Shorts IGPlus - Remove Instagram Shorts
ID dbbopjndlaginbghfoibbndhlbpdpapd
Offizielle URL https://chrome.google.com/webstore/detail/igplus-remove-instagram-s/dbbopjndlaginbghfoibbndhlbpdpapd
Beschreibung Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.
Dateigröße 722 KB
Installationsanzahl 37
Aktuelle Version 1.0.4
Letztes Update 2023-08-05
Veröffentlichungsdatum 2023-07-06
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler fullstackdev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pjaworskidev.com/
Unterstützte Sprachen 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"
    ]
}