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"
    }
}