Instastalk
Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo
Instastalkとは何ですか?
Instastalkはstiubhartによって開発されたChromeの拡張機能で、その主な機能は「Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo」です。
拡張機能のスクリーンショット
Instastalk拡張機能のCRXファイルをダウンロード
Instastalk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**Updated for Instagram and Chrome V3 changes** Secretly watch Instagram stories without anyone knowing. Simply toggle the icon in your toolbar to turn incognito mode on/off Now you can download the story or feeds video / image so you can keep forever!! Wooooo
拡張機能の基本情報
名前 | |
ID | ebpmpkiabmjgiomijjnplanekkliilae |
公式URL | https://chrome.google.com/webstore/detail/instastalk/ebpmpkiabmjgiomijjnplanekkliilae |
説明 | Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo |
ファイルサイズ | 910 KB |
インストール数 | 5,697 |
現在のバージョン | 2.2 |
最終更新日 | 2022-09-01 |
公開日 | 2020-05-07 |
評価 | 3.43/5 合計 7 レビュー |
開発者 | stiubhart |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Instastalk", "description": "Secretly watch Instagram stories without anyone knowing. Now you can download the story so you can keep forever!! Wooooo", "version": "2.2", "icons": { "16": "favicons\/favicon-16x16.png", "32": "favicons\/favicon-32x32.png", "48": "favicon48.png", "128": "favicons\/android-chrome-144x144.png" }, "action": [], "permissions": [ "declarativeNetRequest" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/", "https:\/\/instagram.com\/" ], "js": [ "content-script.js" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "Instastalk_download.png" ], "matches": [ " |