Anonymous Stories for Instagram

View Instagram Stories anonymously and privately.

Hvad er Anonymous Stories for Instagram?

Anonymous Stories for Instagram er en Chrome-udvidelse udviklet af GoodApp's, og dens hovedfunktion er "View Instagram Stories anonymously and privately.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Anonymous Stories for Instagram-udvidelses-CRX-fil

Download Anonymous Stories for Instagram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Anonymous Stories for Instagram Anonymous Stories for Instagram
ID jfjnkejkfedcgbgloinnkflbcbheohhi
Officiel URL https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi
Beskrivelse View Instagram Stories anonymously and privately.
Filstørrelse 70.3 KB
Antal Installationer 45
Nuværende Version 1.0.1
Senest Opdateret 2022-06-24
Udgivelsesdato 2022-05-26
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler GoodApp's
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/anonymousstoriesforinstagram
Understøttede Sprog 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"
    }
}