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.
Was ist No Spoilers for LoL Worlds 2015?
No Spoilers for LoL Worlds 2015 ist eine Chrome-Erweiterung, die von Tomás Tarragón entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen
Laden Sie No Spoilers for LoL Worlds 2015-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extensions will hide YouTube's comment section and related videos that may spoil League of Legends Season 5 World Championship.
Grundlegende Informationen zur Erweiterung
Name | |
ID | npmopecejgkbgephmlghlfmdknlkocgl |
Offizielle URL | https://chrome.google.com/webstore/detail/no-spoilers-for-lol-world/npmopecejgkbgephmlghlfmdknlkocgl |
Beschreibung | Hides YouTube's comment section and related videos that might spoil the results of the League of Legends World Championship 2015. |
Dateigröße | 85.78 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2015-10-05 |
Veröffentlichungsdatum | 2015-10-05 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Tomás Tarragón |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |