lichess-hide
Allows lichess.org users to hide opponent information, rating and spectator list
lichess-hide là gì?
lichess-hide là một tiện ích mở rộng Chrome được phát triển bởi Vincent Simard, và tính năng chính của nó là "Allows lichess.org users to hide opponent information, rating and spectator list".
Tải xuống tệp CRX của tiện ích mở rộng lichess-hide
Tải xuống các tệp mở rộng lichess-hide dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | mgnmffmefjnmmpcbjmhepgclaaegcamj |
URL Chính Thức | https://chrome.google.com/webstore/detail/lichess-hide/mgnmffmefjnmmpcbjmhepgclaaegcamj |
Mô tả | Allows lichess.org users to hide opponent information, rating and spectator list |
Kích Thước Tệp | 11.53 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2016-07-16 |
Ngày Phát Hành | 2016-07-16 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Vincent Simard |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |