IGPlus - Remove Instagram Shorts

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

Co je IGPlus - Remove Instagram Shorts?

IGPlus - Remove Instagram Shorts je rozšíření Chrome vyvinuté fullstackdev, a jeho hlavní funkcí je „Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření IGPlus - Remove Instagram Shorts

Stáhněte si soubory rozšíření IGPlus - Remove Instagram Shorts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název IGPlus - Remove Instagram Shorts IGPlus - Remove Instagram Shorts
ID dbbopjndlaginbghfoibbndhlbpdpapd
Oficiální URL https://chrome.google.com/webstore/detail/igplus-remove-instagram-s/dbbopjndlaginbghfoibbndhlbpdpapd
Popis Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.
Velikost souboru 722 KB
Počet instalací 37
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-08-05
Datum Vydání 2023-07-06
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář fullstackdev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://pjaworskidev.com/
Podporované Jazyky 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"
    ]
}