声音监控

显示网页中音效和音乐的实际地址。

What is 声音监控?

声音监控 is a Chrome extension developed by bilingkeji, and its main feature is "显示网页中音效和音乐的实际地址。".

Extension Screenshots

screenshot

Download 声音监控 Extension CRX File

Download 声音监控 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        简介:显示网页中音效和音乐的实际地址。
功能说明:每当网站载入音乐或音效时,扩展元件能挖掘所访问的网页中的音频资源,会显示这些声音的网址,但不会打搅网页的使用浏览。                    

Extension Basic Information

Name 声音监控 声音监控
ID ochhackdljiaiajdohicheaaofbfjpic
Official URL https://chromewebstore.google.com/detail/%E5%A3%B0%E9%9F%B3%E7%9B%91%E6%8E%A7/ochhackdljiaiajdohicheaaofbfjpic
Description 显示网页中音效和音乐的实际地址。
File Size 25.39 KB
Installation Count 335
Current Version 1.1
Last Updated 2017-12-06
Publish Date 2017-12-06
Rating 5.00/5 Total 2 Ratings
Developer bilingkeji
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon16.png",
            "38": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "",
        "webRequest",
        "tabs",
        "clipboardWrite"
    ],
    "default_locale": "zh_CN",
    "manifest_version": 2
}