OpenDownload

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

Apa itu OpenDownload?

OpenDownload adalah ekstensi Chrome yang dikembangkan oleh Manu Poruthoor, dan fitur utamanya adalah "Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi OpenDownload

Unduh file ekstensi OpenDownload dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OpenDownload OpenDownload
ID dnaeahkepdplmojdpfijdeloibcdpemp
URL Resmi https://chromewebstore.google.com/detail/opendownload/dnaeahkepdplmojdpfijdeloibcdpemp
Deskripsi Open all accessible video files in new tabs. Displays a Linux command to download the video if it uses a blob url.
Ukuran File 6.24 KB
Jumlah Instalasi 222
Versi Saat Ini 0.3.3
Terakhir Diperbarui 2018-09-15
Tanggal Publikasi 2018-09-14
Penilaian 4.00/5 Total 3 Penilaian
Pengembang Manu Poruthoor
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}