lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
lichess-drow là gì?
lichess-drow 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à "Adds the BlitzIn for ICC "draw" sound to lichess.org".
Tải xuống tệp CRX của tiện ích mở rộng lichess-drow
Tải xuống các tệp mở rộng lichess-drow 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 | lichess-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
URL Chính Thức | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
Mô tả | Adds the BlitzIn for ICC "draw" sound to lichess.org |
Kích Thước Tệp | 9.42 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2017-04-02 |
Ngày Phát Hành | 2017-04-02 |
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-drow", "version": "0.1.1", "manifest_version": 2, "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org", "icons": [], "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-drow.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |