web媒体雷达

Catch the web media for download. 捕捉网络媒体以供下载。

What is web媒体雷达?

web媒体雷达 is a Chrome extension developed by hooper, and its main feature is "Catch the web media for download. 捕捉网络媒体以供下载。".

Extension Screenshots

screenshot

Download web媒体雷达 Extension CRX File

Download web媒体雷达 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

                        web媒体雷达,用于捕捉网页上的视频、音频。部分有权限限制的网站可能不支持。                    

Extension Basic Information

Name web媒体雷达 web媒体雷达
ID njojjenlppjflmddfckomkjlcgdnfobe
Official URL https://chrome.google.com/webstore/detail/web%E5%AA%92%E4%BD%93%E9%9B%B7%E8%BE%BE/njojjenlppjflmddfckomkjlcgdnfobe
Description Catch the web media for download. 捕捉网络媒体以供下载。
File Size 64.28 KB
Installation Count 11,040
Current Version 1.0
Last Updated 2017-09-12
Publish Date 2017-09-12
Rating 4.25/5 Total 4 Ratings
Developer hooper
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web\u5a92\u4f53\u96f7\u8fbe",
    "description": "Catch the web media for download.\n\u6355\u6349\u7f51\u7edc\u5a92\u4f53\u4ee5\u4f9b\u4e0b\u8f7d\u3002",
    "version": "1.0",
    "icons": {
        "128": "radar128.png"
    },
    "browser_action": {
        "default_icon": "radar24.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}