Stori
Download and view (anonymously) Instagram Stories
Storiとは何ですか?
StoriはStoriによって開発されたChromeの拡張機能で、その主な機能は「Download and view (anonymously) Instagram Stories」です。
拡張機能のスクリーンショット
Stori拡張機能のCRXファイルをダウンロード
Stori拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
拡張機能の基本情報
名前 | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
公式URL | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
説明 | Download and view (anonymously) Instagram Stories |
ファイルサイズ | 776 KB |
インストール数 | 403 |
現在のバージョン | 0.5.0 |
最終更新日 | 2021-02-03 |
公開日 | 2021-02-03 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | Stori |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |