Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Τι είναι το Watch Awesome Chess Games;
Το Watch Awesome Chess Games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον textchx, και η κύρια λειτουργία του είναι "Watch chess games from the best Masters & Grand Masters!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Watch Awesome Chess Games
Λήψη αρχείων επέκτασης Watch Awesome Chess Games σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Επίσημο URL | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Περιγραφή | Watch chess games from the best Masters & Grand Masters! |
Μέγεθος Αρχείου | 20.32 KB |
Αριθμός Εγκαταστάσεων | 84 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2017-09-19 |
Ημερομηνία Δημοσίευσης | 2017-09-19 |
Προγραμματιστής | textchx |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.clikpass.com/a/c5xw93s/ |
Υποστηριζόμενες Γλώσσες | 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" } } |