Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Cos'è Watch Awesome Chess Games?
Watch Awesome Chess Games è un'estensione di Chrome sviluppata da textchx, e la sua funzione principale è "Watch chess games from the best Masters & Grand Masters!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Watch Awesome Chess Games
Scarica i file di estensione Watch Awesome Chess Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Descrizione | Watch chess games from the best Masters & Grand Masters! |
Dimensione del File | 20.32 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-09-19 |
Data di Pubblicazione | 2017-09-19 |
Sviluppatore | textchx |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.clikpass.com/a/c5xw93s/ |
Lingue Supportate | 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" } } |