BGSOUND support in Chrome

Enable BGSOUND tags within Chrome.

Qu'est-ce que BGSOUND support in Chrome ?

BGSOUND support in Chrome est une extension Chrome développée par Hard Solutions, et sa fonction principale est "Enable BGSOUND tags within Chrome.".

Télécharger le fichier CRX de l'extension BGSOUND support in Chrome

Téléchargez les fichiers d'extension BGSOUND support in Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom BGSOUND support in Chrome BGSOUND support in Chrome
ID akhnhkiankecgfkpdpdkidpefjjgpfhp
URL Officiel https://chrome.google.com/webstore/detail/bgsound-support-in-chrome/akhnhkiankecgfkpdpdkidpefjjgpfhp
Description Enable BGSOUND tags within Chrome.
Taille du Fichier 83.67 KB
Nombre d'Installations 134
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-09-01
Date de Publication 2014-09-01
Évaluation 2.50/5 Total 2 Évaluations
Développeur Hard Solutions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}