Instagram Story Hider

Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.

什么是Instagram Story Hider?

Instagram Story Hider是由Hardik Sondagar开发的Chrome扩展程序,该扩展的主要功能是“Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.”。

扩展截图

screenshot

下载Instagram Story Hider扩展crx文件

下载Instagram Story Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Introducing Instagram Story Hider, the Chrome extension that frees up your precious time by eliminating endless story distractions. Keep your focus sharp and your browsing experience clutter-free as you effortlessly navigate Instagram without getting lost in the story rabbit hole. Time is priceless - download Instagram Story Hider today and take back control of your digital life!                    

扩展基本信息

名称 Instagram Story Hider Instagram Story Hider
ID fjoefbjiccgnpkdoinnaphgbmelfldoh
官方URL https://chrome.google.com/webstore/detail/instagram-story-hider/fjoefbjiccgnpkdoinnaphgbmelfldoh
简介 Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.
文件大小 10.94 KB
安装次数 39
当前版本 1.0.0
更新时间 2023-04-16
上架时间 2023-04-16
评分 5.00/5 共1次评分
开发者 Hardik Sondagar
电子邮箱 [email protected]
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instagram Story Hider",
    "version": "1.0.0",
    "description": "Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "instagram-story-hider.js"
            ],
            "run_at": "document_idle"
        }
    ]
}