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
Eメール [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"
}