What's The Sound
Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Co to jest What's The Sound?
What's The Sound to rozszerzenie Chrome opracowane przez imai, a jego główną funkcją jest „Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia What's The Sound
Pobierz pliki rozszerzeń What's The Sound 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
What's The Sound monitors the audio resources used by the pages you visit. Whenever a website loads a piece of music or sound effect, you can see the URL to the audio by clicking the icon. The extension is free from ads and it respects your privacy.
Podstawowe informacje o rozszerzeniu
Nazwa | What's The Sound |
ID | jobaogkniljglmfdoocbdhknhpjlkhhn |
Oficjalny URL | https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn |
Opis | Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit. |
Rozmiar pliku | 33.67 KB |
Liczba instalacji | 1,277 |
Aktualna Wersja | 0.3.1 |
Ostatnia Aktualizacja | 2023-12-27 |
Data Publikacji | 2014-06-11 |
Ocena | 4.55/5 Łącznie 11 Oceny |
Deweloper | imai |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "0.3.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "downloads", "webRequest", "clipboardWrite" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "19": "active19.png", "38": "active.png" }, "default_popup": "popup.html" }, "content_security_policy": [] } |