OpenDownload

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

Qu'est-ce que OpenDownload ?

OpenDownload est une extension Chrome développée par Manu Poruthoor, et sa fonction principale est "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension OpenDownload

Téléchargez les fichiers d'extension OpenDownload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
URL Officiel 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.
Taille du Fichier 6.24 KB
Nombre d'Installations 222
Version Actuelle 0.3.3
Dernière Mise à Jour 2018-09-15
Date de Publication 2018-09-14
Évaluation 4.00/5 Total 3 Évaluations
Développeur Manu Poruthoor
Type de Paiement free
Langues Prises en Charge 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"
    }
}