OpenDownload

Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.

OpenDownloadとは何ですか?

OpenDownloadはManu Poruthoorによって開発されたChromeの拡張機能で、その主な機能は「Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

OpenDownload拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension has limited support for opening source videos from iframes in a new tab.

Disclaimer: I do not take responsibility and I am not liable for any illegal or unlawful activity using this extension.                    

拡張機能の基本情報

名前 OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
公式URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
説明 Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
ファイルサイズ 6.24 KB
インストール数 222
現在のバージョン 0.3.3
最終更新日 2018-09-15
公開日 2018-09-14
評価 4.00/5 合計 3 レビュー
開発者 Manu Poruthoor
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenDownload",
    "version": "0.3.3",
    "description": "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}