BGSOUND support in Chrome

Enable BGSOUND tags within Chrome.

BGSOUND support in Chromeคืออะไร?

BGSOUND support in Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hard Solutions และคุณลักษณะหลักของมันคือ "Enable BGSOUND tags within Chrome."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BGSOUND support in Chrome

ดาวน์โหลดไฟล์ส่วนขยาย BGSOUND support in Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For old websites that still use the IE-only BGSOUND tag to make a sound, this extension will make those tags work in Chrome.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BGSOUND support in Chrome BGSOUND support in Chrome
ID akhnhkiankecgfkpdpdkidpefjjgpfhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bgsound-support-in-chrome/akhnhkiankecgfkpdpdkidpefjjgpfhp
คำอธิบาย Enable BGSOUND tags within Chrome.
ขนาดไฟล์ 83.67 KB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-09-01
วันที่เผยแพร่ 2014-09-01
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Hard Solutions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BGSOUND support in Chrome",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Enable BGSOUND tags within Chrome.",
    "homepage_url": "http:\/\/utilities.hardsolutions.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "js\/background.html"
    },
    "options_page": "src\/options_custom\/index.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/**"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}