Instagram Story Hider

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

Qu'est-ce que Instagram Story Hider ?

Instagram Story Hider est une extension Chrome développée par Hardik Sondagar, et sa fonction principale est "Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instagram Story Hider

Téléchargez les fichiers d'extension Instagram Story Hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Instagram Story Hider Instagram Story Hider
ID fjoefbjiccgnpkdoinnaphgbmelfldoh
URL Officiel https://chrome.google.com/webstore/detail/instagram-story-hider/fjoefbjiccgnpkdoinnaphgbmelfldoh
Description Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.
Taille du Fichier 10.94 KB
Nombre d'Installations 39
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-04-16
Date de Publication 2023-04-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur Hardik Sondagar
Email [email protected]
Langues Prises en Charge 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"
        }
    ]
}