YuleTube

Adds some festive cheer to YouTube comments.

YuleTubeคืออะไร?

YuleTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nation และคุณลักษณะหลักของมันคือ "Adds some festive cheer to YouTube comments."

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

screenshot

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

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

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

                        Improve your YouTube experience this holiday season by installing our 'YuleTube' browser extension, and turn the troll's comments from naughty into something nice!                    

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

ชื่อ YuleTube YuleTube
ID ifhnphdhhlifiogodnmlfjedofddfbie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yuletube/ifhnphdhhlifiogodnmlfjedofddfbie
คำอธิบาย Adds some festive cheer to YouTube comments.
ขนาดไฟล์ 50.59 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-12-20
วันที่เผยแพร่ 2012-12-20
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Nation
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.yuletu.be
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YuleTube",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Adds some festive cheer to YouTube comments.",
    "icons": {
        "16": "16x16.jpg",
        "48": "48x48.jpg",
        "128": "128x128.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.youtu.be\/*"
            ],
            "js": [
                "jquery.js",
                "xmas.js"
            ]
        }
    ],
    "permissions": []
}