What's The Sound

Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.

Wat is What's The Sound?

What's The Sound is een Chrome-extensie ontwikkeld door imai, en de belangrijkste functie is "Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie What's The Sound

Download What's The Sound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
Officiële URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
Beschrijving Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
Bestandsgrootte 33.67 KB
Aantal Installaties 1,277
Huidige Versie 0.3.1
Laatst Bijgewerkt 2023-12-27
Publicatiedatum 2014-06-11
Beoordeling 4.55/5 Totaal 11 Beoordelingen
Ontwikkelaar imai
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}