What's The Sound

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

什么是What's The Sound?

What's The Sound是由imai开发的Chrome扩展程序,该扩展的主要功能是“Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.”。

扩展截图

screenshot

下载What's The Sound扩展crx文件

下载What's The Sound扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 What's The Sound What's The Sound
ID jobaogkniljglmfdoocbdhknhpjlkhhn
官方URL https://chromewebstore.google.com/detail/whats-the-sound/jobaogkniljglmfdoocbdhknhpjlkhhn
简介 Reveal the Internet addresses (URLs) of music and sound effects on the pages you visit.
文件大小 33.67 KB
安装次数 1,277
当前版本 0.3.1
更新时间 2023-12-27
上架时间 2014-06-11
评分 4.55/5 共11次评分
开发者 imai
电子邮箱 [email protected]
付费类型 free
支持的语言 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": []
}