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是由Tomás Tarragón開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | npmopecejgkbgephmlghlfmdknlkocgl |
官方網址 | 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" ] } ] } |