download instagram™ stories

download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…

download instagram™ storiesとは何ですか?

download instagram™ storiesはhttps://imginn.comによって開発されたChromeの拡張機能で、その主な機能は「download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…」です。

拡張機能のスクリーンショット

screenshot

download instagram™ stories拡張機能のCRXファイルをダウンロード

download instagram™ stories拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories                    

拡張機能の基本情報

名前 download instagram™ stories download instagram™ stories
ID oibpeacbmhhomjkcahelgjnhldalgihd
公式URL https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd
説明 download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
ファイルサイズ 12.83 KB
インストール数 363
現在のバージョン 1.0
最終更新日 2020-07-20
公開日 2020-07-19
評価 1.00/5 合計 1 レビュー
開発者 https://imginn.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://imginn.com
ヘルプページのURL https://imginn.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download instagram\u2122 stories",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}