Eventvods Spoiler Prevention
Hides related videos, comments and video length by default on Youtube to prevent spoilers.
什么是Eventvods Spoiler Prevention?
Eventvods Spoiler Prevention是由EventVODs开发的Chrome扩展程序,该扩展的主要功能是“Hides related videos, comments and video length by default on Youtube to prevent spoilers.”。
扩展截图
下载Eventvods Spoiler Prevention扩展crx文件
下载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" } |