BitChute Video Source

Shows the video source of the current page

Vad är BitChute Video Source?

BitChute Video Source är en Chrome-tillägg utvecklad av Johann B., och dess huvudfunktion är "Shows the video source of the current page".

Tilläggsskärmbilder

screenshot

Ladda ner BitChute Video Source-förlängningens CRX-fil

Ladda ner BitChute Video Source-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
Officiell webbadress https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Beskrivning Shows the video source of the current page
Filstorlek 1.21 MB
Antal Installationer 6,258
Aktuell Version 0.9
Senast Uppdaterad 2020-11-10
Publiceringsdatum 2020-06-07
Betyg 4.46/5 Totalt 13 Betyg
Utvecklare Johann B.
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}