OpenDownload

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

Co je OpenDownload?

OpenDownload je rozšíření Chrome vyvinuté Manu Poruthoor, a jeho hlavní funkcí je „Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření OpenDownload

Stáhněte si soubory rozšíření OpenDownload ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Oficiální URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Popis Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Velikost souboru 6.24 KB
Počet instalací 222
Aktuální Verze 0.3.3
Poslední Aktualizace 2018-09-15
Datum Vydání 2018-09-14
Hodnocení 4.00/5 Celkem 3 Hodnocení
Vývojář Manu Poruthoor
Typ Platby free
Podporované Jazyky 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"
    }
}