Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Wat is Instanon · Browse Instagram with no account?
Instanon · Browse Instagram with no account is een Chrome-extensie ontwikkeld door Tahoe Beetschen, en de belangrijkste functie is "Instanon is a simple addon that lets you browse Instagram without an account.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instanon · Browse Instagram with no account
Download Instanon · Browse Instagram with no account-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
Basisinformatie over de Extensie
Naam | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
Officiële URL | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
Beschrijving | Instanon is a simple addon that lets you browse Instagram without an account. |
Bestandsgrootte | 147 KB |
Aantal Installaties | 694 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-08-08 |
Publicatiedatum | 2020-08-03 |
Beoordeling | 2.80/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Tahoe Beetschen |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tahoe.be |
Ondersteunde Talen | 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" } } |