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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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"
            ]
        }
    ]
}