OpenDownload

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

What is OpenDownload?

OpenDownload is a Chrome extension developed by Manu Poruthoor, and its main feature is "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download OpenDownload Extension CRX File

Download OpenDownload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Official URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Description Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
File Size 6.24 KB
Installation Count 222
Current Version 0.3.3
Last Updated 2018-09-15
Publish Date 2018-09-14
Rating 4.00/5 Total 3 Ratings
Developer Manu Poruthoor
Payment Type free
Supported Languages 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"
    }
}