Sounds Plus
Add sound effects to Google Chrome with Sounds Plus!
Co to jest Sounds Plus?
Sounds Plus to rozszerzenie Chrome opracowane przez Martin Nester, a jego główną funkcją jest „Add sound effects to Google Chrome with Sounds Plus!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sounds Plus
Pobierz pliki rozszerzeń Sounds Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Sounds Plus |
ID | hplkfmjhkdpbiekddokeabgcbpoffoee |
Oficjalny URL | https://chromewebstore.google.com/detail/sounds-plus/hplkfmjhkdpbiekddokeabgcbpoffoee |
Opis | Add sound effects to Google Chrome with Sounds Plus! |
Rozmiar pliku | 4.01 MB |
Liczba instalacji | 479 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2021-01-28 |
Data Publikacji | 2021-01-28 |
Ocena | 4.17/5 Łącznie 6 Oceny |
Deweloper | Martin Nester |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |