OpenDownload

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

Was ist OpenDownload?

OpenDownload ist eine Chrome-Erweiterung, die von Manu Poruthoor entwickelt wurde, und ihr Hauptmerkmal ist "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

OpenDownload-Erweiterungs-CRX-Datei herunterladen

Laden Sie OpenDownload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Offizielle URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Beschreibung Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Dateigröße 6.24 KB
Installationsanzahl 222
Aktuelle Version 0.3.3
Letztes Update 2018-09-15
Veröffentlichungsdatum 2018-09-14
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Manu Poruthoor
Zahlungsart free
Unterstützte Sprachen 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"
    }
}