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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Eventvods Spoiler Prevention Eventvods Spoiler Prevention
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
Eメール [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"
}