StorySaver
With this extension, you can save stories from Instagram with just a few clicks.
什麼是StorySaver?
StorySaver是由https://storysaverhd.io開發的Chrome擴展程式,該擴展的主要功能是“With this extension, you can save stories from Instagram with just a few clicks.”。
擴展截圖
下載StorySaver擴展crx文件
下載StorySaver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately. If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!
擴展基本資訊
名稱 | |
ID | nhblieoocencjemigbfnjnnhlbiaonmh |
官方網址 | https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh |
簡介 | With this extension, you can save stories from Instagram with just a few clicks. |
檔案大小 | 167 KB |
安裝次數 | 1,807 |
目前版本 | 1.0.2 |
更新時間 | 2022-12-07 |
上架時間 | 2022-12-06 |
評分 | 4.86/5 共 14 次評分 |
開發者 | https://storysaverhd.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://storysaverhd.io/ |
說明頁面URL | https://storysaverhd.io/contact/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StorySaver", "version": "1.0.2", "description": "With this extension, you can save stories from Instagram with just a few clicks.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon_32.png" }, "permissions": [ "declarativeContent", "downloads", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |