Watch Awesome Chess Games
Watch chess games from the best Masters & Grand Masters!
Watch Awesome Chess Gamesとは何ですか?
Watch Awesome Chess Gamesはtextchxによって開発されたChromeの拡張機能で、その主な機能は「Watch chess games from the best Masters & Grand Masters!」です。
拡張機能のスクリーンショット
Watch Awesome Chess Games拡張機能のCRXファイルをダウンロード
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" } } |