OpenDownload

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

Wat is OpenDownload?

OpenDownload is een Chrome-extensie ontwikkeld door Manu Poruthoor, en de belangrijkste functie is "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OpenDownload

Download OpenDownload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Officiële URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Beschrijving Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Bestandsgrootte 6.24 KB
Aantal Installaties 222
Huidige Versie 0.3.3
Laatst Bijgewerkt 2018-09-15
Publicatiedatum 2018-09-14
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Manu Poruthoor
Betalingswijze free
Ondersteunde Talen 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"
    }
}