Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
What is Watch Awesome Chess Games?
Watch Awesome Chess Games is a Chrome extension developed by textchx, and its main feature is "Watch chess games from the best Masters & Grand Masters!".
Extension Screenshots
Download Watch Awesome Chess Games Extension CRX File
Download Watch Awesome Chess Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Official URL | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Description | Watch chess games from the best Masters & Grand Masters! |
File Size | 20.32 KB |
Installation Count | 84 |
Current Version | 0.1 |
Last Updated | 2017-09-19 |
Publish Date | 2017-09-19 |
Developer | textchx |
Payment Type | free |
Extension Website | http://www.clikpass.com/a/c5xw93s/ |
Supported Languages | 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" } } |