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 |
官方網址 | 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 |
電子郵箱 | [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": [] } |