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.

Cos'è No Spoilers for LoL Worlds 2015?

No Spoilers for LoL Worlds 2015 è un'estensione di Chrome sviluppata da Tomás Tarragón, e la sua funzione principale è "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.".

Scarica il file CRX dell'estensione No Spoilers for LoL Worlds 2015

Scarica i file di estensione No Spoilers for LoL Worlds 2015 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome No Spoilers for LoL Worlds 2015 No Spoilers for LoL Worlds 2015
ID npmopecejgkbgephmlghlfmdknlkocgl
URL Ufficiale https://chrome.google.com/webstore/detail/no-spoilers-for-lol-world/npmopecejgkbgephmlghlfmdknlkocgl
Descrizione Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.
Dimensione del File 85.78 KB
Conteggio Installazioni 18
Versione Corrente 1.3.0
Ultimo Aggiornamento 2015-10-05
Data di Pubblicazione 2015-10-05
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Tomás Tarragón
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}