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" } } |