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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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\/*"
    ]
}