Anonymous Instagram

Tool to view Instagram stories anonymously.

Co je Anonymous Instagram?

Anonymous Instagram je rozšíření Chrome vyvinuté https://www.invertexto.com, a jeho hlavní funkcí je „Tool to view Instagram stories anonymously.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anonymous Instagram

Stáhněte si soubory rozšíření Anonymous Instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        To hide your identity, simply install this extension and view the stories. To deactivate it, click on the extension and turn it off. It's as simple as that.

Features:
- Ability to view anonymous stories from private accounts you follow.
- Option to enable or disable without reloading the page.
- Works on your own Instagram, without altering other functionalities.                    

Základní Informace o Rozšíření

Název Anonymous Instagram Anonymous Instagram
ID djagffgjghpihfffmiomblhinennkkig
Oficiální URL https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig
Popis Tool to view Instagram stories anonymously.
Velikost souboru 18.74 KB
Počet instalací 356
Aktuální Verze 1.0.0
Poslední Aktualizace 2024-01-29
Datum Vydání 2024-01-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.invertexto.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.invertexto.com/politica-privacidade-extensoes
Podporované Jazyky en,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Instagram An\u00f4nimo"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}