Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Co je Watch Awesome Chess Games?
Watch Awesome Chess Games je rozšíření Chrome vyvinuté textchx, a jeho hlavní funkcí je „Watch chess games from the best Masters & Grand Masters!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Watch Awesome Chess Games
Stáhněte si soubory rozšíření Watch Awesome Chess Games ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Oficiální URL | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Popis | Watch chess games from the best Masters & Grand Masters! |
Velikost souboru | 20.32 KB |
Počet instalací | 84 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2017-09-19 |
Datum Vydání | 2017-09-19 |
Vývojář | textchx |
Typ Platby | free |
Webové stránky Rozšíření | http://www.clikpass.com/a/c5xw93s/ |
Podporované Jazyky | 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" } } |