OGS Better sound

Replace sounds on Online Go Server.

Co to jest OGS Better sound?

OGS Better sound to rozszerzenie Chrome opracowane przez cjey, a jego główną funkcją jest „Replace sounds on Online Go Server.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OGS Better sound

Pobierz pliki rozszerzeń OGS Better sound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa OGS Better sound OGS Better sound
ID pnieekjdbbpnfjdcaghnppgdcljhkmmo
Oficjalny URL https://chromewebstore.google.com/detail/ogs-better-sound/pnieekjdbbpnfjdcaghnppgdcljhkmmo
Opis Replace sounds on Online Go Server.
Rozmiar pliku 1.29 MB
Liczba instalacji 37
Aktualna Wersja 1.7.1
Ostatnia Aktualizacja 2019-07-05
Data Publikacji 2019-07-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper cjey
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}