Anonymous Instagram

Tool to view Instagram stories anonymously.

Wat is Anonymous Instagram?

Anonymous Instagram is een Chrome-extensie ontwikkeld door https://www.invertexto.com, en de belangrijkste functie is "Tool to view Instagram stories anonymously.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anonymous Instagram

Download Anonymous Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Anonymous Instagram Anonymous Instagram
ID djagffgjghpihfffmiomblhinennkkig
Officiële URL https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig
Beschrijving Tool to view Instagram stories anonymously.
Bestandsgrootte 18.74 KB
Aantal Installaties 356
Huidige Versie 1.0.0
Laatst Bijgewerkt 2024-01-29
Publicatiedatum 2024-01-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.invertexto.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.invertexto.com/politica-privacidade-extensoes
Ondersteunde Talen 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"
    }
}