BitChute Video Source

Shows the video source of the current page

Was ist BitChute Video Source?

BitChute Video Source ist eine Chrome-Erweiterung, die von Johann B. entwickelt wurde, und ihr Hauptmerkmal ist "Shows the video source of the current page".

Erweiterungsscreenshots

screenshot

BitChute Video Source-Erweiterungs-CRX-Datei herunterladen

Laden Sie BitChute Video Source-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
Offizielle URL https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Beschreibung Shows the video source of the current page
Dateigröße 1.21 MB
Installationsanzahl 6,258
Aktuelle Version 0.9
Letztes Update 2020-11-10
Veröffentlichungsdatum 2020-06-07
Bewertung 4.46/5 Insgesamt 13 Bewertungen
Entwickler Johann B.
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}