Sounds Plus
Add sound effects to Google Chrome with Sounds Plus!
Qu'est-ce que Sounds Plus ?
Sounds Plus est une extension Chrome développée par Martin Nester, et sa fonction principale est "Add sound effects to Google Chrome with Sounds Plus!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sounds Plus
Téléchargez les fichiers d'extension Sounds Plus 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
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.
Informations de Base sur l'Extension
Nom | Sounds Plus |
ID | hplkfmjhkdpbiekddokeabgcbpoffoee |
URL Officiel | https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee |
Description | Add sound effects to Google Chrome with Sounds Plus! |
Taille du Fichier | 4.01 MB |
Nombre d'Installations | 479 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-28 |
Date de Publication | 2021-01-28 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | Martin Nester |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |