Insta Stories

View Instagram Stories anonymously and download them to your device.

什麼是Insta Stories?

Insta Stories是由Extensions for Everyone開發的Chrome擴展程式,該擴展的主要功能是“View Instagram Stories anonymously and download them to your device.”。

擴展截圖

screenshot

下載Insta Stories擴展crx文件

下載Insta Stories擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account.
Additional features – save a Story to any device in one click and download Story updates automatically.                    

擴展基本資訊

名稱 Insta Stories Insta Stories
ID ebhpndbbadiaeggalklbbdchfobkhgmj
官方網址 https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj
簡介 View Instagram Stories anonymously and download them to your device.
檔案大小 149 KB
安裝次數 3,685
目前版本 1.0
更新時間 2020-11-25
上架時間 2020-11-25
評分 3.25/5 共 4 次評分
開發者 Extensions for Everyone
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.insta-stories.net
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Stories",
    "version": "1.0",
    "description": "View Instagram Stories anonymously and download them to your device.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}