BitChute Video Source

Shows the video source of the current page

什麼是BitChute Video Source?

BitChute Video Source是由Johann B.開發的Chrome擴展程式,該擴展的主要功能是“Shows the video source of the current page”。

擴展截圖

screenshot

下載BitChute Video Source擴展crx文件

下載BitChute Video Source擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
官方網址 https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
簡介 Shows the video source of the current page
檔案大小 1.21 MB
安裝次數 6,258
目前版本 0.9
更新時間 2020-11-10
上架時間 2020-06-07
評分 4.46/5 共 13 次評分
開發者 Johann B.
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}