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 |
官方網址 | 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" } |