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
公式URL 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
Eメール [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"
    }
}