Eventvods Spoiler Prevention
Hides related videos, comments and video length by default on Youtube to prevent spoilers.
Eventvods Spoiler Prevention là gì?
Eventvods Spoiler Prevention là một tiện ích mở rộng Chrome được phát triển bởi EventVODs, và tính năng chính của nó là "Hides related videos, comments and video length by default on Youtube to prevent spoilers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Eventvods Spoiler Prevention
Tải xuống các tệp mở rộng Eventvods Spoiler Prevention dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | abbnfcnaknhecihnacjkpijckfjpjjbf |
URL Chính Thức | https://chrome.google.com/webstore/detail/eventvods-spoiler-prevent/abbnfcnaknhecihnacjkpijckfjpjjbf |
Mô tả | Hides related videos, comments and video length by default on Youtube to prevent spoilers. |
Kích Thước Tệp | 622 KB |
Số Lần Cài Đặt | 1,595 |
Phiên Bản Hiện Tại | 1.1.10 |
Cập Nhật Lần Cuối | 2018-01-05 |
Ngày Phát Hành | 2018-01-05 |
Đánh Giá | 4.50/5 Tổng số 42 Đánh Giá |
Nhà Phát Triển | EventVODs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://eventvods.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } |