Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Vad är Instanon · Browse Instagram with no account?
Instanon · Browse Instagram with no account är en Chrome-tillägg utvecklad av Tahoe Beetschen, och dess huvudfunktion är "Instanon is a simple addon that lets you browse Instagram without an account.".
Tilläggsskärmbilder
Ladda ner Instanon · Browse Instagram with no account-förlängningens CRX-fil
Ladda ner Instanon · Browse Instagram with no account-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
Grundläggande Information om Tillägg
Namn | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
Officiell webbadress | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
Beskrivning | Instanon is a simple addon that lets you browse Instagram without an account. |
Filstorlek | 147 KB |
Antal Installationer | 694 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-08-08 |
Publiceringsdatum | 2020-08-03 |
Betyg | 2.80/5 Totalt 10 Betyg |
Utvecklare | Tahoe Beetschen |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tahoe.be |
Stödda Språk | 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" } } |