Anonymous Instagram
Tool to view Instagram stories anonymously.
Τι είναι το Anonymous Instagram;
Το Anonymous Instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.invertexto.com, και η κύρια λειτουργία του είναι "Tool to view Instagram stories anonymously.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Anonymous Instagram
Λήψη αρχείων επέκτασης Anonymous Instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Anonymous Instagram |
ID | djagffgjghpihfffmiomblhinennkkig |
Επίσημο URL | https://chromewebstore.google.com/detail/anonymous-instagram/djagffgjghpihfffmiomblhinennkkig |
Περιγραφή | Tool to view Instagram stories anonymously. |
Μέγεθος Αρχείου | 18.74 KB |
Αριθμός Εγκαταστάσεων | 356 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2024-01-29 |
Ημερομηνία Δημοσίευσης | 2024-01-29 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://www.invertexto.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.invertexto.com/politica-privacidade-extensoes |
Υποστηριζόμενες Γλώσσες | 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" } } |