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.

Apa itu No Spoilers for LoL Worlds 2015?

No Spoilers for LoL Worlds 2015 adalah ekstensi Chrome yang dikembangkan oleh Tomás Tarragón, dan fitur utamanya adalah "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.".

Unduh Berkas CRX Ekstensi No Spoilers for LoL Worlds 2015

Unduh file ekstensi No Spoilers for LoL Worlds 2015 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama No Spoilers for LoL Worlds 2015 No Spoilers for LoL Worlds 2015
ID npmopecejgkbgephmlghlfmdknlkocgl
URL Resmi https://chrome.google.com/webstore/detail/no-spoilers-for-lol-world/npmopecejgkbgephmlghlfmdknlkocgl
Deskripsi Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.
Ukuran File 85.78 KB
Jumlah Instalasi 18
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2015-10-05
Tanggal Publikasi 2015-10-05
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Tomás Tarragón
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}