Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Was ist Instanon · Browse Instagram with no account?
Instanon · Browse Instagram with no account ist eine Chrome-Erweiterung, die von Tahoe Beetschen entwickelt wurde, und ihr Hauptmerkmal ist "Instanon is a simple addon that lets you browse Instagram without an account.".
Erweiterungsscreenshots
Instanon · Browse Instagram with no account-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instanon · Browse Instagram with no account-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
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
Offizielle URL | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
Beschreibung | Instanon is a simple addon that lets you browse Instagram without an account. |
Dateigröße | 147 KB |
Installationsanzahl | 694 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-08-08 |
Veröffentlichungsdatum | 2020-08-03 |
Bewertung | 2.80/5 Insgesamt 10 Bewertungen |
Entwickler | Tahoe Beetschen |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tahoe.be |
Unterstützte Sprachen | 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" } } |