Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Apa itu Watch Awesome Chess Games?
Watch Awesome Chess Games adalah ekstensi Chrome yang dikembangkan oleh textchx, dan fitur utamanya adalah "Watch chess games from the best Masters & Grand Masters!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Watch Awesome Chess Games
Unduh file ekstensi Watch Awesome Chess Games dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | nfkbljkkhklkamiaajpjhoghkhhdkmfh |
URL Resmi | https://chrome.google.com/webstore/detail/watch-awesome-chess-games/nfkbljkkhklkamiaajpjhoghkhhdkmfh |
Deskripsi | Watch chess games from the best Masters & Grand Masters! |
Ukuran File | 20.32 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-09-19 |
Tanggal Publikasi | 2017-09-19 |
Pengembang | textchx |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.clikpass.com/a/c5xw93s/ |
Bahasa yang Didukung | 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" } } |