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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}