Soundboardly
A Chrome extension for searching and playing sounds
Qu'est-ce que Soundboardly ?
Soundboardly est une extension Chrome développée par https://www.soundboardly.com, et sa fonction principale est "A Chrome extension for searching and playing sounds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Soundboardly
Téléchargez les fichiers d'extension Soundboardly 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
Enhance your online sound experience with SoundBoardly Chrome Extension! This powerful extension allows you to save your favorite sounds from any website and play them back at your convenience, all from within your browser. With SoundBoardly, you'll never miss a chance to enjoy your cherished audio clips again! Key Features: Save and Organize Sounds: With SoundBoardly, you can effortlessly save your favorite sounds from any website with just a single click. Whether it's a funny quote, a memorable music piece, or a unique sound effect, you can easily collect and organize them all within the extension. Play Sounds Anywhere: Once you've saved your favorite sounds, you can access them from anywhere within your browser using the Soundboardly Chrome Extension. No matter which website you're browsing, simply click on the extension icon, select your desired sound, and enjoy the audio playback instantly.
Informations de Base sur l'Extension
Nom | Soundboardly |
ID | ianghlccdlifdaemoiobjgmgnpdhhlmi |
URL Officiel | https://chromewebstore.google.com/detail/soundboardly/ianghlccdlifdaemoiobjgmgnpdhhlmi |
Description | A Chrome extension for searching and playing sounds |
Taille du Fichier | 26.79 KB |
Nombre d'Installations | 491 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-07-24 |
Date de Publication | 2023-05-11 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.soundboardly.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.soundboardly.com |
URL de la Page d'Aide | https://www.soundboardly.com/privacy-policy |
URL de la Page de Politique de Confidentialité | https://www.soundboardly.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Soundboardly", "version": "1.2", "description": "A Chrome extension for searching and playing sounds", "homepage_url": "http:\/\/www.soundboardly.com", "icons": { "48": "icon.png" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.soundboardly.com\/" ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "inject.js" ] } ] } |