Instagram Story Hider

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

Cos'è Instagram Story Hider?

Instagram Story Hider è un'estensione di Chrome sviluppata da Hardik Sondagar, e la sua funzione principale è "Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instagram Story Hider

Scarica i file di estensione Instagram Story Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Instagram Story Hider Instagram Story Hider
ID fjoefbjiccgnpkdoinnaphgbmelfldoh
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-story-hider/fjoefbjiccgnpkdoinnaphgbmelfldoh
Descrizione Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.
Dimensione del File 10.94 KB
Conteggio Installazioni 39
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-04-16
Data di Pubblicazione 2023-04-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Hardik Sondagar
Email [email protected]
Lingue Supportate 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"
        }
    ]
}