BGSOUND support in Chrome

Enable BGSOUND tags within Chrome.

Wat is BGSOUND support in Chrome?

BGSOUND support in Chrome is een Chrome-extensie ontwikkeld door Hard Solutions, en de belangrijkste functie is "Enable BGSOUND tags within Chrome.".

Download het CRX-bestand van de extensie BGSOUND support in Chrome

Download BGSOUND support in Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BGSOUND support in Chrome BGSOUND support in Chrome
ID akhnhkiankecgfkpdpdkidpefjjgpfhp
Officiële URL https://chrome.google.com/webstore/detail/bgsound-support-in-chrome/akhnhkiankecgfkpdpdkidpefjjgpfhp
Beschrijving Enable BGSOUND tags within Chrome.
Bestandsgrootte 83.67 KB
Aantal Installaties 134
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-09-01
Publicatiedatum 2014-09-01
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Hard Solutions
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}