Instanon · Browse Instagram with no account
Instanon is a simple addon that lets you browse Instagram without an account.
Co to jest Instanon · Browse Instagram with no account?
Instanon · Browse Instagram with no account to rozszerzenie Chrome opracowane przez Tahoe Beetschen, a jego główną funkcją jest „Instanon is a simple addon that lets you browse Instagram without an account.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Instanon · Browse Instagram with no account
Pobierz pliki rozszerzeń Instanon · Browse Instagram with no account w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Instanon lets your browse Instagram profiles and photos without being connected. Improve your privacy by using Instagram without an account.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jddbknhpoofgengmimpglapgcfapimdg |
Oficjalny URL | https://chrome.google.com/webstore/detail/instanon-%C2%B7%C2%A0browse-instagr/jddbknhpoofgengmimpglapgcfapimdg |
Opis | Instanon is a simple addon that lets you browse Instagram without an account. |
Rozmiar pliku | 147 KB |
Liczba instalacji | 694 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-08-08 |
Data Publikacji | 2020-08-03 |
Ocena | 2.80/5 Łącznie 10 Oceny |
Deweloper | Tahoe Beetschen |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://tahoe.be |
Obsługiwane Języki | 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" } } |