Anonymous Stories for Instagram

View Instagram Stories anonymously and privately.

Vad är Anonymous Stories for Instagram?

Anonymous Stories for Instagram är en Chrome-tillägg utvecklad av GoodApp's, och dess huvudfunktion är "View Instagram Stories anonymously and privately.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Anonymous Stories for Instagram-förlängningens CRX-fil

Ladda ner Anonymous Stories for Instagram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Anonymous Stories for Instagram Anonymous Stories for Instagram
ID jfjnkejkfedcgbgloinnkflbcbheohhi
Officiell webbadress https://chrome.google.com/webstore/detail/anonymous-stories-for-ins/jfjnkejkfedcgbgloinnkflbcbheohhi
Beskrivning View Instagram Stories anonymously and privately.
Filstorlek 70.3 KB
Antal Installationer 45
Aktuell Version 1.0.1
Senast Uppdaterad 2022-06-24
Publiceringsdatum 2022-05-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare GoodApp's
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/anonymousstoriesforinstagram
Stödda Språk 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"
    }
}