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!”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Watch Awesome Chess Games Watch Awesome Chess Games
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"
    }
}