Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Watch Awesome Chess Games क्या है?
Watch Awesome Chess Games textchx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch chess games from the best Masters & Grand Masters!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Watch Awesome Chess Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |