OGS Better sound

Replace sounds on Online Go Server.

什么是OGS Better sound?

OGS Better sound是由cjey开发的Chrome扩展程序,该扩展的主要功能是“Replace sounds on Online Go Server.”。

扩展截图

screenshot

下载OGS Better sound扩展crx文件

下载OGS Better sound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin allows you to select one of the follow languages for countdown
• Chinese
• Japanese
• English

ChangeLog:

v1.7 Add stone sound on review and demo boards, fix game start sound
v1.6 Disable counting sound until byoyomi actually starts
v1.5 Fix issue with cutted sound
v1.4 Added JP language support                    

扩展基本信息

名称 OGS Better sound OGS Better sound
ID pnieekjdbbpnfjdcaghnppgdcljhkmmo
官方URL https://chromewebstore.google.com/detail/ogs-better-sound/pnieekjdbbpnfjdcaghnppgdcljhkmmo
简介 Replace sounds on Online Go Server.
文件大小 1.29 MB
安装次数 37
当前版本 1.7.1
更新时间 2019-07-05
上架时间 2019-07-05
评分 5.00/5 共2次评分
开发者 cjey
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OGS Better sound",
    "description": "Replace sounds on Online Go Server.",
    "browser_action": {
        "default_icon": {
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "OGS Better sound",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "sound\/*.ogg",
        "pageScript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.online-go.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.online-go.com\/*.ogg"
    ],
    "version": "1.7.1"
}