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.

What is No Spoilers for LoL Worlds 2015?

No Spoilers for LoL Worlds 2015 is a Chrome extension developed by Tomás Tarragón, and its main feature is "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.".

Download No Spoilers for LoL Worlds 2015 Extension CRX File

Download No Spoilers for LoL Worlds 2015 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name No Spoilers for LoL Worlds 2015 No Spoilers for LoL Worlds 2015
ID npmopecejgkbgephmlghlfmdknlkocgl
Official URL https://chrome.google.com/webstore/detail/no-spoilers-for-lol-world/npmopecejgkbgephmlghlfmdknlkocgl
Description Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.
File Size 85.78 KB
Installation Count 18
Current Version 1.3.0
Last Updated 2015-10-05
Publish Date 2015-10-05
Rating 4.00/5 Total 4 Ratings
Developer Tomás Tarragón
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}