YT Gamify
A better YouTube Interface
YT Gamifyคืออะไร?
YT Gamify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maxime และคุณลักษณะหลักของมันคือ "A better YouTube Interface"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YT Gamify
ดาวน์โหลดไฟล์ส่วนขยาย YT Gamify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YT Gamify allows you to apply the new YouTube Gaming Interface to classic YouTube links.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ngealcjkilfhmkilnoemhhcmjlcjfndb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yt-gamify/ngealcjkilfhmkilnoemhhcmjlcjfndb |
คำอธิบาย | A better YouTube Interface |
ขนาดไฟล์ | 14.78 KB |
จำนวนการติดตั้ง | 51 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2016-05-12 |
วันที่เผยแพร่ | 2016-05-11 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Maxime |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT Gamify", "version": "1.4", "description": "A better YouTube Interface", "icons": { "48": "48.png", "128": "128.png" }, "background": { "page": "bg.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "browser_action": { "default_popup": "options.html" }, "options_ui": { "page": "options.html", "chrome_style": true } } |