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是由Tahoe Beetschen开发的Chrome扩展程序,该扩展的主要功能是“Instanon is a simple addon that lets you browse Instagram without an account.”。
扩展截图
下载Instanon · Browse Instagram with no account扩展crx文件
下载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" } } |