HLTV.org Spoiler Free
Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.
HLTV.org Spoiler Freeとは何ですか?
HLTV.org Spoiler FreeはRichard Perssonによって開発されたChromeの拡張機能で、その主な機能は「Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.」です。
拡張機能のスクリーンショット
HLTV.org Spoiler Free拡張機能のCRXファイルをダウンロード
HLTV.org Spoiler Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension hides results from played matches on HLTV.org and attempts to find and display replays of the match posted in the comments. Unofficial extension. Not maintained by HLTV.org. All rights belong to HLTV.org.
拡張機能の基本情報
名前 | |
ID | facdaoogmolengljpfpnpjbigeohchcm |
公式URL | https://chrome.google.com/webstore/detail/hltvorg-spoiler-free/facdaoogmolengljpfpnpjbigeohchcm |
説明 | Hides results from played matches and attempts to list replays posted in comments. Unofficial extension. |
ファイルサイズ | 97.3 KB |
インストール数 | 38 |
現在のバージョン | 0.0.15 |
最終更新日 | 2015-12-12 |
公開日 | 2015-12-12 |
評価 | 3.57/5 合計 7 レビュー |
開発者 | Richard Persson |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HLTV.org Spoiler Free", "version": "0.0.15", "manifest_version": 2, "description": "Hides results from played matches and attempts to list replays posted in comments. Unofficial extension.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.hltv.org\/", "http:\/\/www.hltv.org\/?ref=logo", "http:\/\/hltv.org\/", "http:\/\/hltv.org\/match\/*", "http:\/\/www.hltv.org\/match\/*", "http:\/\/hltv.org\/results\/*", "http:\/\/www.hltv.org\/results\/*" ], "css": [ "bower_components\/angular\/angular-csp.css", "styles\/main.css" ], "js": [ "bower_components\/angular\/angular.min.js", "bower_components\/jquery\/dist\/jquery.min.js", "scripts.babel\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "bower_components\/angular\/*", "bower_components\/jquery\/*" ] } |