Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Watch Awesome Chess Games là gì?
Watch Awesome Chess Games là một tiện ích mở rộng Chrome được phát triển bởi textchx, và tính năng chính của nó là "Watch chess games from the best Masters & Grand Masters!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Watch Awesome Chess Games
Tải xuống các tệp mở rộng Watch Awesome Chess Games 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
Watch awesome chess games played by the worlds top chess masters and grand masters analyzed move by move so for your learning and enjoyment. This is the perfect extension for the chess enthusiast from the beginner to expert. Add the Watch Awesome Chess Games Extension now and enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
URL Chính Thức | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Mô tả | Watch chess games from the best Masters & Grand Masters! |
Kích Thước Tệp | 20.32 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-09-19 |
Ngày Phát Hành | 2017-09-19 |
Nhà Phát Triển | textchx |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.clikpass.com/a/c5xw93s/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watch Awesome Chess Games", "version": "0.1", "manifest_version": 2, "description": "Watch chess games from the best Masters & Grand Masters!", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "chess1.png", "default_title": "Watch chess games from the best Masters & Grand Masters!", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "chess1.png" } } |