BGSOUND support in Chrome

Enable BGSOUND tags within Chrome.

Apa itu BGSOUND support in Chrome?

BGSOUND support in Chrome adalah ekstensi Chrome yang dikembangkan oleh Hard Solutions, dan fitur utamanya adalah "Enable BGSOUND tags within Chrome.".

Unduh Berkas CRX Ekstensi BGSOUND support in Chrome

Unduh file ekstensi BGSOUND support in Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BGSOUND support in Chrome BGSOUND support in Chrome
ID akhnhkiankecgfkpdpdkidpefjjgpfhp
URL Resmi https://chrome.google.com/webstore/detail/bgsound-support-in-chrome/akhnhkiankecgfkpdpdkidpefjjgpfhp
Deskripsi Enable BGSOUND tags within Chrome.
Ukuran File 83.67 KB
Jumlah Instalasi 134
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2014-09-01
Tanggal Publikasi 2014-09-01
Penilaian 2.50/5 Total 2 Penilaian
Pengembang Hard Solutions
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}