No Spoilers for LoL Worlds 2015

Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.

什么是No Spoilers for LoL Worlds 2015?

No Spoilers for LoL Worlds 2015是由Tomás Tarragón开发的Chrome扩展程序,该扩展的主要功能是“Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.”。

下载No Spoilers for LoL Worlds 2015扩展crx文件

下载No Spoilers for LoL Worlds 2015扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extensions will hide YouTube's comment section and related videos that may spoil League of Legends Season 5 World Championship.                    

扩展基本信息

名称 No Spoilers for LoL Worlds 2015 No Spoilers for LoL Worlds 2015
ID npmopecejgkbgephmlghlfmdknlkocgl
官方URL https://chrome.google.com/webstore/detail/no-spoilers-for-lol-world/npmopecejgkbgephmlghlfmdknlkocgl
简介 Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.
文件大小 85.78 KB
安装次数 18
当前版本 1.3.0
更新时间 2015-10-05
上架时间 2015-10-05
评分 4.00/5 共4次评分
开发者 Tomás Tarragón
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Spoilers for LoL Worlds 2015",
    "description": "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.",
    "version": "1.3.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}