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是由fullstackdev開發的Chrome擴展程式,該擴展的主要功能是“Hide Instagram shorts tab, videos, comments, suggestions wall, vanity metrics, homepage recommendations, trending, and many more.”。

擴展截圖

screenshot
screenshot

下載IGPlus - Remove Instagram Shorts擴展crx文件

下載IGPlus - Remove Instagram Shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}