BitChute Video Source

Shows the video source of the current page

Cos'è BitChute Video Source?

BitChute Video Source è un'estensione di Chrome sviluppata da Johann B., e la sua funzione principale è "Shows the video source of the current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BitChute Video Source

Scarica i file di estensione BitChute Video Source in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension displays the URL of the video to link or for download.                    

Informazioni di Base sull'Estensione

Nome BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
URL Ufficiale https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Descrizione Shows the video source of the current page
Dimensione del File 1.21 MB
Conteggio Installazioni 6,258
Versione Corrente 0.9
Ultimo Aggiornamento 2020-11-10
Data di Pubblicazione 2020-06-07
Valutazione 4.46/5 Totale 13 Valutazioni
Sviluppatore Johann B.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}