Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
¿Qué es Watch Awesome Chess Games?
Watch Awesome Chess Games es una extensión de Chrome desarrollada por textchx, y su función principal es "Watch chess games from the best Masters & Grand Masters!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Watch Awesome Chess Games
Descarga archivos de extensión Watch Awesome Chess Games en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
URL Oficial | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Descripción | Watch chess games from the best Masters & Grand Masters! |
Tamaño del Archivo | 20.32 KB |
Cantidad de Instalaciones | 84 |
Versión Actual | 0.1 |
Última Actualización | 2017-09-19 |
Fecha de Publicación | 2017-09-19 |
Desarrollador | textchx |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.clikpass.com/a/c5xw93s/ |
Idiomas Soportados | 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" } } |