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
官方網址 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"
    }
}