Forked YouTube Gaming

ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.

ما هو Forked YouTube Gaming؟

Forked YouTube Gaming هو إضافة Chrome تم تطويرها بواسطة mxr، والميزة الرئيسية لها هي "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Forked YouTube Gaming

قم بتنزيل ملفات الامتداد Forked YouTube Gaming بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Forked off of (https://chrome.google.com/webstore/detail/better-youtube-gaming/ioncgheockjakdmpighekmfhdljboimf) to make it work                    

معلومات أساسية عن التمديد

الاسم Forked YouTube Gaming Forked YouTube Gaming
ID dehjikmfbdokdlkkchepifefodnmkmld
عنوان URL الرسمي https://chrome.google.com/webstore/detail/forked-youtube-gaming/dehjikmfbdokdlkkchepifefodnmkmld
الوصف ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.
حجم الملف 2.83 MB
عدد التثبيتات 212
النسخة الحالية 0.5.0
آخر تحديث 2021-01-06
تاريخ النشر 2021-01-04
تقييم 5.00/5 مجموع تقييمات 2
المطور mxr
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://mxrr.dev/forkedytg
عنوان صفحة المساعدة https://github.com/mxrr/BetterYTG
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forked YouTube Gaming",
    "short_name": "ForkYTG",
    "version": "0.5.0",
    "description": "ForkedYTG enhances YouTube Gaming Livestream's with more emotes (Twitch, BTTV Emotes), new features, and more.",
    "icons": {
        "16": "assets\/icons\/BetterYTG_red_16.png",
        "48": "assets\/icons\/BetterYTG_red_48.png",
        "128": "assets\/icons\/BetterYTG_red_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.ytimg.com\/*",
        "https:\/\/twitchemotes.com\/*"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "forkedYTG@mxr"
        }
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_title": "BetterYTG"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gaming.youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "assets\/emotes\/*"
    ]
}