InstaVideo Downloader
Allows for capturing video URLs from Instagram video players
InstaVideo Downloaderとは何ですか?
InstaVideo Downloaderはdaleyjemによって開発されたChromeの拡張機能で、その主な機能は「Allows for capturing video URLs from Instagram video players」です。
拡張機能のスクリーンショット
InstaVideo Downloader拡張機能のCRXファイルをダウンロード
InstaVideo Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Allows users to link-to Instagram video URLs                     拡張機能の基本情報
| 名前 |   |  
| ID | jcogbojdeiefbnaieecnpnbkljjphipe | 
| 公式URL | https://chromewebstore.google.com/detail/instavideo-downloader/jcogbojdeiefbnaieecnpnbkljjphipe | 
| 説明 | Allows for capturing video URLs from Instagram video players | 
| ファイルサイズ | 39.64 KB | 
| インストール数 | 13,674 | 
| 現在のバージョン | 0.0.1 | 
| 最終更新日 | 2019-02-12 | 
| 公開日 | 2019-02-11 | 
| 評価 | 1.50/5 合計 10 レビュー | 
| 開発者 | daleyjem | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaVideo Downloader",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Allows for capturing video URLs from Instagram video players",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "css": [
                "css\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}  |  |