BitChute Video Source

Shows the video source of the current page

What is BitChute Video Source?

BitChute Video Source is a Chrome extension developed by Johann B., and its main feature is "Shows the video source of the current page".

Extension Screenshots

screenshot

Download BitChute Video Source Extension CRX File

Download BitChute Video Source extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
Official URL https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Description Shows the video source of the current page
File Size 1.21 MB
Installation Count 6,258
Current Version 0.9
Last Updated 2020-11-10
Publish Date 2020-06-07
Rating 4.46/5 Total 13 Ratings
Developer Johann B.
Email [email protected]
Payment Type free
Supported Languages 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
}