Reactify-XQC

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

Reactify-XQCคืออะไร?

Reactify-XQC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zachariahjweaver และคุณลักษณะหลักของมันคือ "Modify YouTube thumbnails to include XQC and add a reaction box to the video player"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reactify-XQC

ดาวน์โหลดไฟล์ส่วนขยาย Reactify-XQC ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reactify-XQC Reactify-XQC
ID npcoeemhipfgjndclmjajdafflbdkgke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke
คำอธิบาย Modify YouTube thumbnails to include XQC and add a reaction box to the video player
ขนาดไฟล์ 15.87 MB
จำนวนการติดตั้ง 267
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-08-13
วันที่เผยแพร่ 2023-08-10
คะแนน 4.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา zachariahjweaver
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}