Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

Cos'è Sounds Plus?

Sounds Plus è un'estensione di Chrome sviluppata da Martin Nester, e la sua funzione principale è "Add sound effects to Google Chrome with Sounds Plus!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sounds Plus

Scarica i file di estensione Sounds Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Web browsing can be so quiet and boring. Have some fun with sound effects. With Sounds Plus you can add sound effects the many events, such as creating a new tab, or pasting text. This extension will change your web browsing experience.                    

Informazioni di Base sull'Estensione

Nome Sounds Plus Sounds Plus
ID hplkfmjhkdpbiekddokeabgcbpoffoee
URL Ufficiale https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee
Descrizione Add sound effects to Google Chrome with Sounds Plus!
Dimensione del File 4.01 MB
Conteggio Installazioni 479
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-28
Data di Pubblicazione 2021-01-28
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore Martin Nester
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sounds Plus",
    "version": "1.0",
    "description": "Add sound effects to Google Chrome with Sounds Plus!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Martin",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "sounds\/*"
    ]
}