Anonymous Stories for Instagram

View Instagram Stories anonymously and privately.

Co to jest Anonymous Stories for Instagram?

Anonymous Stories for Instagram to rozszerzenie Chrome opracowane przez GoodApp's, a jego główną funkcją jest „View Instagram Stories anonymously and privately.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Anonymous Stories for Instagram

Pobierz pliki rozszerzeń Anonymous Stories for Instagram 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Anonymous Stories for Instagram Anonymous Stories for Instagram
ID jfjnkejkfedcgbgloinnkflbcbheohhi
Oficjalny URL https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi
Opis View Instagram Stories anonymously and privately.
Rozmiar pliku 70.3 KB
Liczba instalacji 45
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-06-24
Data Publikacji 2022-05-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper GoodApp's
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/anonymousstoriesforinstagram
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/photoswipe\/photoswipe.esm.js",
                "\/photoswipe\/photoswipe-lightbox.esm.js",
                "\/js\/content-script.js"
            ],
            "css": [
                "\/css\/style.css",
                "photoswipe\/photoswipe.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_popup": "\/html\/popup.html"
    }
}