Anonymous Instagram
Tool to view Instagram stories anonymously.
Qu'est-ce que Anonymous Instagram ?
Anonymous Instagram est une extension Chrome développée par https://www.invertexto.com, et sa fonction principale est "Tool to view Instagram stories anonymously.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anonymous Instagram
Téléchargez les fichiers d'extension Anonymous Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Anonymous Instagram |
ID | djagffgjghpihfffmiomblhinennkkig |
URL Officiel | https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig |
Description | Tool to view Instagram stories anonymously. |
Taille du Fichier | 18.74 KB |
Nombre d'Installations | 356 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2024-01-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.invertexto.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.invertexto.com/politica-privacidade-extensoes |
Langues Prises en Charge | 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" } } |