Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Was ist Watch Awesome Chess Games?
Watch Awesome Chess Games ist eine Chrome-Erweiterung, die von textchx entwickelt wurde, und ihr Hauptmerkmal ist "Watch chess games from the best Masters & Grand Masters!".
Erweiterungsscreenshots
Watch Awesome Chess Games-Erweiterungs-CRX-Datei herunterladen
Laden Sie Watch Awesome Chess Games-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Offizielle URL | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Beschreibung | Watch chess games from the best Masters & Grand Masters! |
Dateigröße | 20.32 KB |
Installationsanzahl | 84 |
Aktuelle Version | 0.1 |
Letztes Update | 2017-09-19 |
Veröffentlichungsdatum | 2017-09-19 |
Entwickler | textchx |
Zahlungsart | free |
Erweiterungswebsite | http://www.clikpass.com/a/c5xw93s/ |
Unterstützte Sprachen | 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" } } |