Instagram Story Hider

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

Was ist Instagram Story Hider?

Instagram Story Hider ist eine Chrome-Erweiterung, die von Hardik Sondagar entwickelt wurde, und ihr Hauptmerkmal ist "Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.".

Erweiterungsscreenshots

screenshot

Instagram Story Hider-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram Story Hider-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

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Instagram Story Hider Instagram Story Hider
ID fjoefbjiccgnpkdoinnaphgbmelfldoh
Offizielle URL https://chrome.google.com/webstore/detail/instagram-story-hider/fjoefbjiccgnpkdoinnaphgbmelfldoh
Beschreibung Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.
Dateigröße 10.94 KB
Installationsanzahl 39
Aktuelle Version 1.0.0
Letztes Update 2023-04-16
Veröffentlichungsdatum 2023-04-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Hardik Sondagar
E-Mail [email protected]
Unterstützte Sprachen 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"
        }
    ]
}