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