OpenDownload

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

Co to jest OpenDownload?

OpenDownload to rozszerzenie Chrome opracowane przez Manu Poruthoor, a jego główną funkcją jest „Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia OpenDownload

Pobierz pliki rozszerzeń OpenDownload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
Oficjalny URL https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Opis Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Rozmiar pliku 6.24 KB
Liczba instalacji 222
Aktualna Wersja 0.3.3
Ostatnia Aktualizacja 2018-09-15
Data Publikacji 2018-09-14
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Manu Poruthoor
Typ Płatności free
Obsługiwane Języki 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"
    }
}