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 |
Eメール | [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" } } |