OpenDownload

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

Hvad er OpenDownload?

OpenDownload er en Chrome-udvidelse udviklet af Manu Poruthoor, og dens hovedfunktion er "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download OpenDownload-udvidelses-CRX-fil

Download OpenDownload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Officiel URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Beskrivelse Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Filstørrelse 6.24 KB
Antal Installationer 222
Nuværende Version 0.3.3
Senest Opdateret 2018-09-15
Udgivelsesdato 2018-09-14
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler Manu Poruthoor
Betalingsmetode free
Understøttede Sprog 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"
    }
}