Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Watch Awesome Chess Gamesคืออะไร?
Watch Awesome Chess Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย textchx และคุณลักษณะหลักของมันคือ "Watch chess games from the best Masters & Grand Masters!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watch Awesome Chess Games
ดาวน์โหลดไฟล์ส่วนขยาย Watch Awesome Chess Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
คำอธิบาย | Watch chess games from the best Masters & Grand Masters! |
ขนาดไฟล์ | 20.32 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-09-19 |
วันที่เผยแพร่ | 2017-09-19 |
ผู้พัฒนา | textchx |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.clikpass.com/a/c5xw93s/ |
ภาษาที่รองรับ | 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" } } |