lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
lichess-hideとは何ですか?
lichess-hideはVincent Simardによって開発されたChromeの拡張機能で、その主な機能は「Allows lichess.org users to hide opponent information, rating and spectator list」です。
lichess-hide拡張機能のCRXファイルをダウンロード
lichess-hide拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
公式URL | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
説明 | Allows lichess.org users to hide opponent information, rating and spectator list |
ファイルサイズ | 11.53 KB |
インストール数 | 93 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-07-16 |
公開日 | 2016-07-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Vincent Simard |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-hide", "version": "1.0.3", "manifest_version": 2, "description": "Allows lichess.org users to hide opponent information, rating and spectator list", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-hide.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [], "permissions": [] } |