BitChute Video Source

Shows the video source of the current page

Apa itu BitChute Video Source?

BitChute Video Source adalah ekstensi Chrome yang dikembangkan oleh Johann B., dan fitur utamanya adalah "Shows the video source of the current page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BitChute Video Source

Unduh file ekstensi BitChute Video Source 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 displays the URL of the video to link or for download.                    

Informasi Dasar Ekstensi

Nama BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
URL Resmi https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Deskripsi Shows the video source of the current page
Ukuran File 1.21 MB
Jumlah Instalasi 6,258
Versi Saat Ini 0.9
Terakhir Diperbarui 2020-11-10
Tanggal Publikasi 2020-06-07
Penilaian 4.46/5 Total 13 Penilaian
Pengembang Johann B.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitChute Video Source",
    "description": "Shows the video source of the current page",
    "version": "0.9",
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bitchute.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}