BitChute Video Source

Shows the video source of the current page

BitChute Video Sourceคืออะไร?

BitChute Video Source เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Johann B. และคุณลักษณะหลักของมันคือ "Shows the video source of the current page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitChute Video Source

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}