101weiqiLocalizer

Localize 101weiqi.com pages to English

What is 101weiqiLocalizer?

101weiqiLocalizer is a Chrome extension developed by Marcel Grünauer, and its main feature is "Localize 101weiqi.com pages to English".

Extension Screenshots

screenshot

Download 101weiqiLocalizer Extension CRX File

Download 101weiqiLocalizer 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

                        101weiqi.com is a Chinese-language web site where you can solve problems for the Go board game. Unfortunately there is no English-language localization of that website. This extension aims to make it easier for those of us who don't read Chinese to use that site. The extension adds a script to 101weiqi.com's web pages which translates strings to English. It does not alter the functionality of 101weiqi.com in any way.                    

Extension Basic Information

Name 101weiqiLocalizer 101weiqiLocalizer
ID emhhlhigmokehndjjmgnailciakdmoba
Official URL https://chromewebstore.google.com/detail/101weiqilocalizer/emhhlhigmokehndjjmgnailciakdmoba
Description Localize 101weiqi.com pages to English
File Size 48.75 KB
Installation Count 784
Current Version 0.1.5
Last Updated 2024-02-09
Publish Date 2021-08-23
Rating 4.67/5 Total 3 Ratings
Developer Marcel Grünauer
Email [email protected]
Payment Type free
Extension Website http://gogamespace.com/
Privacy Policy Page URL http://gogamespace.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "101weiqiLocalizer",
    "description": "Localize 101weiqi.com pages to English",
    "version": "0.1.5",
    "author": "Marcel Gruenauer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.101weiqi.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "start.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.101weiqi.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-stone-128.png"
    },
    "manifest_version": 3
}