IGPlus - Remove Instagram Shorts

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

ما هو IGPlus - Remove Instagram Shorts؟

IGPlus - Remove Instagram Shorts هو إضافة Chrome تم تطويرها بواسطة fullstackdev، والميزة الرئيسية لها هي "Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة IGPlus - Remove Instagram Shorts

قم بتنزيل ملفات الامتداد IGPlus - Remove Instagram Shorts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم IGPlus - Remove Instagram Shorts IGPlus - Remove Instagram Shorts
ID dbbopjndlaginbghfoibbndhlbpdpapd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/igplus-remove-instagram-s/dbbopjndlaginbghfoibbndhlbpdpapd
الوصف Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.
حجم الملف 722 KB
عدد التثبيتات 37
النسخة الحالية 1.0.4
آخر تحديث 2023-08-05
تاريخ النشر 2023-07-06
تقييم 5.00/5 مجموع تقييمات 2
المطور fullstackdev
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pjaworskidev.com/
اللغات المدعومة 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"
    ]
}