Sounds Plus

Add sound effects to Google Chrome with Sounds Plus!

Was ist Sounds Plus?

Sounds Plus ist eine Chrome-Erweiterung, die von Martin Nester entwickelt wurde, und ihr Hauptmerkmal ist "Add sound effects to Google Chrome with Sounds Plus!".

Erweiterungsscreenshots

screenshot
screenshot

Sounds Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sounds Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sounds Plus Sounds Plus
ID hplkfmjhkdpbiekddokeabgcbpoffoee
Offizielle URL https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee
Beschreibung Add sound effects to Google Chrome with Sounds Plus!
Dateigröße 4.01 MB
Installationsanzahl 479
Aktuelle Version 1.0
Letztes Update 2021-01-28
Veröffentlichungsdatum 2021-01-28
Bewertung 4.17/5 Insgesamt 6 Bewertungen
Entwickler Martin Nester
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}