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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}