Reactify-XQC

Modify YouTube thumbnails to include XQC and add a reaction box to the video player

Reactify-XQC là gì?

Reactify-XQC là một tiện ích mở rộng Chrome được phát triển bởi zachariahjweaver, và tính năng chính của nó là "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reactify-XQC

Tải xuống các tệp mở rộng Reactify-XQC 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

                        Extension Adds XQC to the thumbnails on YouTube and adds a reaction box with clips of XQC reacting to the corner of the video player.



Credit to MagicJinn, adapted from this project:
 https://github.com/MagicJinn/MrBeastify-Youtube                    

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

Tên Reactify-XQC Reactify-XQC
ID npcoeemhipfgjndclmjajdafflbdkgke
URL Chính Thức https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke
Mô tả Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Kích Thước Tệp 15.87 MB
Số Lần Cài Đặt 267
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-08-13
Ngày Phát Hành 2023-08-10
Đánh Giá 4.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển zachariahjweaver
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reactify-XQC",
    "version": "1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png"
    },
    "description": "Modify YouTube thumbnails to include XQC and add a reaction box to the video player",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "reactify-XQC.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "images\/*.json",
                "images\/*.gif",
                "videos\/*.mp4"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}