I Love Weiqi

Replace builtin Weiqi viewer with a beautiful and intuitive viewer

What is I Love Weiqi?

I Love Weiqi is a Chrome extension developed by Unknown, and its main feature is "Replace builtin Weiqi viewer with a beautiful and intuitive viewer".

Extension Screenshots

screenshot

Download I Love Weiqi Extension CRX File

Download I Love Weiqi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Chrome extention adds a 3D board to show Weiqi games on a few popular websites, e.g. www.dragongoserver.net                    

Extension Basic Information

Name I Love Weiqi I Love Weiqi
ID koplcfnjhgdknjgaaleockdkelgplfbf
Official URL https://chromewebstore.google.com/detail/i-love-weiqi/koplcfnjhgdknjgaaleockdkelgplfbf
Description Replace builtin Weiqi viewer with a beautiful and intuitive viewer
File Size 35.18 KB
Installation Count 85
Current Version 0.5.1
Last Updated 2015-02-09
Publish Date 2015-02-08
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website http://gcao.github.io/jsgameviewer/view4/index.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "I Love Weiqi",
    "version": "0.5.1",
    "description": "Replace builtin Weiqi viewer with a beautiful and intuitive viewer",
    "background": "background.html",
    "options_page": "options.html",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "iloveweiqi.js"
            ]
        }
    ],
    "permissions": []
}