Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Wat is Watch Awesome Chess Games?
Watch Awesome Chess Games is een Chrome-extensie ontwikkeld door textchx, en de belangrijkste functie is "Watch chess games from the best Masters & Grand Masters!".
Extensie Screenshots
Download het CRX-bestand van de extensie Watch Awesome Chess Games
Download Watch Awesome Chess Games-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Officiële URL | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Beschrijving | Watch chess games from the best Masters & Grand Masters! |
Bestandsgrootte | 20.32 KB |
Aantal Installaties | 84 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-09-19 |
Publicatiedatum | 2017-09-19 |
Ontwikkelaar | textchx |
Betalingswijze | free |
Extensiewebsite | http://www.clikpass.com/a/c5xw93s/ |
Ondersteunde Talen | 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" } } |