Anonymous Instagram
Tool to view Instagram stories anonymously.
Was ist Anonymous Instagram?
Anonymous Instagram ist eine Chrome-Erweiterung, die von https://www.invertexto.com entwickelt wurde, und ihr Hauptmerkmal ist "Tool to view Instagram stories anonymously.".
Erweiterungsscreenshots
Anonymous Instagram-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anonymous Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Anonymous Instagram |
ID | djagffgjghpihfffmiomblhinennkkig |
Offizielle URL | https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig |
Beschreibung | Tool to view Instagram stories anonymously. |
Dateigröße | 18.74 KB |
Installationsanzahl | 356 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2024-01-29 |
Veröffentlichungsdatum | 2024-01-29 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.invertexto.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.invertexto.com/politica-privacidade-extensoes |
Unterstützte Sprachen | 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" } } |