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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |