Eventvods Spoiler Prevention
Hides related videos, comments and video length by default on Youtube to prevent spoilers.
Eventvods Spoiler Preventionคืออะไร?
Eventvods Spoiler Prevention เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EventVODs และคุณลักษณะหลักของมันคือ "Hides related videos, comments and video length by default on Youtube to prevent spoilers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eventvods Spoiler Prevention
ดาวน์โหลดไฟล์ส่วนขยาย Eventvods Spoiler Prevention ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updated 03/01/17 to fix issues with new YouTube design. NEW 21 July: Added DotaVods #2 channel NEW 5 July: Added ESL Counter-Strike. NEW 17 June: Added CSGO / HS channels NEW: Select which channels the extension is active on. Removes the common sources of spoilers from the Youtube video page on EventVODs and related channels. -Removes related videos section. -Hides video length. -Hides comments, with a toggle to show them again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | abbnfcnaknhecihnacjkpijckfjpjjbf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eventvods-spoiler-prevent/abbnfcnaknhecihnacjkpijckfjpjjbf |
คำอธิบาย | Hides related videos, comments and video length by default on Youtube to prevent spoilers. |
ขนาดไฟล์ | 622 KB |
จำนวนการติดตั้ง | 1,595 |
เวอร์ชันปัจจุบัน | 1.1.10 |
อัปเดตครั้งล่าสุด | 2018-01-05 |
วันที่เผยแพร่ | 2018-01-05 |
คะแนน | 4.50/5 รวมทั้งหมด 42 คะแนน |
ผู้พัฒนา | EventVODs |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://eventvods.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "assets\/img\/icon.png", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "css": [ "assets\/css\/style.css" ], "exclude_matches": [ "*:\/\/www.youtube.com\/*&list=*", "*:\/\/youtube.com\/*&list=*" ], "js": [ "assets\/js\/jquery.min.js", "assets\/js\/channel_list.js", "assets\/js\/content_script.js" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ] } ], "description": "Hides related videos, comments and video length by default on Youtube to prevent spoilers.", "homepage_url": "http:\/\/eventvods.com", "icons": { "128": "assets\/img\/icon.png", "48": "assets\/img\/favicon.png" }, "manifest_version": 2, "name": "Eventvods Spoiler Prevention", "permissions": [ "storage", "*:\/\/*.youtube.com\/*", "https:\/\/www.googleapis.com\/*" ], "short_name": "EV", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.10" } |