BitChute Video Source

Shows the video source of the current page

Wat is BitChute Video Source?

BitChute Video Source is een Chrome-extensie ontwikkeld door Johann B., en de belangrijkste functie is "Shows the video source of the current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BitChute Video Source

Download BitChute Video Source-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
Officiële URL https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Beschrijving Shows the video source of the current page
Bestandsgrootte 1.21 MB
Aantal Installaties 6,258
Huidige Versie 0.9
Laatst Bijgewerkt 2020-11-10
Publicatiedatum 2020-06-07
Beoordeling 4.46/5 Totaal 13 Beoordelingen
Ontwikkelaar Johann B.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}