OGS Better sound

Replace sounds on Online Go Server.

OGS Better soundคืออะไร?

OGS Better sound เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cjey และคุณลักษณะหลักของมันคือ "Replace sounds on Online Go Server."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OGS Better sound

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}