No Spoilers for LoL Worlds 2015
Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.
No Spoilers for LoL Worlds 2015คืออะไร?
No Spoilers for LoL Worlds 2015 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tomás Tarragón และคุณลักษณะหลักของมันคือ "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Spoilers for LoL Worlds 2015
ดาวน์โหลดไฟล์ส่วนขยาย No Spoilers for LoL Worlds 2015 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions will hide YouTube's comment section and related videos that may spoil League of Legends Season 5 World Championship.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | npmopecejgkbgephmlghlfmdknlkocgl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-spoilers-for-lol-world/npmopecejgkbgephmlghlfmdknlkocgl |
คำอธิบาย | Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015. |
ขนาดไฟล์ | 85.78 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2015-10-05 |
วันที่เผยแพร่ | 2015-10-05 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Tomás Tarragón |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Spoilers for LoL Worlds 2015", "description": "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.", "version": "1.3.0", "manifest_version": 2, "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |