BitChute Video Source

Shows the video source of the current page

Hvad er BitChute Video Source?

BitChute Video Source er en Chrome-udvidelse udviklet af Johann B., og dens hovedfunktion er "Shows the video source of the current page".

Udvidelsesskærmbilleder

screenshot

Download BitChute Video Source-udvidelses-CRX-fil

Download BitChute Video Source-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
Officiel URL https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Beskrivelse Shows the video source of the current page
Filstørrelse 1.21 MB
Antal Installationer 6,258
Nuværende Version 0.9
Senest Opdateret 2020-11-10
Udgivelsesdato 2020-06-07
Bedømmelse 4.46/5 Samlet 13 Bedømmelser
Udvikler Johann B.
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}