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 |
官方網址 | 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" } } |