BitChute Video Source

Shows the video source of the current page

BitChute Video Source là gì?

BitChute Video Source là một tiện ích mở rộng Chrome được phát triển bởi Johann B., và tính năng chính của nó là "Shows the video source of the current page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BitChute Video Source

Tải xuống các tệp mở rộng BitChute Video Source dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BitChute Video Source BitChute Video Source
ID bdnaoieafaddgjiecbhnodhbalhblmhl
URL Chính Thức https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl
Mô tả Shows the video source of the current page
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 6,258
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2020-11-10
Ngày Phát Hành 2020-06-07
Đánh Giá 4.46/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Johann B.
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}