Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Τι είναι το Instanon · Browse Instagram with no account;
Το Instanon · Browse Instagram with no account είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tahoe Beetschen, και η κύρια λειτουργία του είναι "Instanon is a simple addon that lets you browse Instagram without an account.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instanon · Browse Instagram with no account
Λήψη αρχείων επέκτασης Instanon · Browse Instagram with no account σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
Επίσημο URL | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
Περιγραφή | Instanon is a simple addon that lets you browse Instagram without an account. |
Μέγεθος Αρχείου | 147 KB |
Αριθμός Εγκαταστάσεων | 694 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2020-08-08 |
Ημερομηνία Δημοσίευσης | 2020-08-03 |
Αξιολόγηση | 2.80/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | Tahoe Beetschen |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tahoe.be |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instanon \u00b7\u00a0Browse Instagram with no account", "short_name": "Instanon", "version": "1.1", "description": "Instanon is a simple addon that lets you browse Instagram without an account.", "author": "Tahoe Beetschen", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*\/" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "icons": { "512": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "title": "Instanon" } } |