Instagram Story Hider

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

Co to jest Instagram Story Hider?

Instagram Story Hider to rozszerzenie Chrome opracowane przez Hardik Sondagar, a jego główną funkcją jest „Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram Story Hider

Pobierz pliki rozszerzeń Instagram Story Hider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Instagram Story Hider Instagram Story Hider
ID fjoefbjiccgnpkdoinnaphgbmelfldoh
Oficjalny URL https://chrome.google.com/webstore/detail/instagram-story-hider/fjoefbjiccgnpkdoinnaphgbmelfldoh
Opis Save time and reduce distractions by hiding Instagram stories with Instagram Story Hider.
Rozmiar pliku 10.94 KB
Liczba instalacji 39
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-04-16
Data Publikacji 2023-04-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Hardik Sondagar
E-mail [email protected]
Obsługiwane Języki 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"
        }
    ]
}