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 هو إضافة Chrome تم تطويرها بواسطة Tomás Tarragón، والميزة الرئيسية لها هي "Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015.".

تحميل ملف CRX للإضافة No Spoilers for LoL Worlds 2015

قم بتنزيل ملفات الامتداد No Spoilers for LoL Worlds 2015 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}