web媒体雷达

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

Cos'è web媒体雷达?

web媒体雷达 è un'estensione di Chrome sviluppata da hooper, e la sua funzione principale è "Catch the web media for download. 捕捉网络媒体以供下载。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione web媒体雷达

Scarica i file di estensione web媒体雷达 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome web媒体雷达 web媒体雷达
ID njojjenlppjflmddfckomkjlcgdnfobe
URL Ufficiale https://chrome.google.com/webstore/detail/web%E5%AA%92%E4%BD%93%E9%9B%B7%E8%BE%BE/njojjenlppjflmddfckomkjlcgdnfobe
Descrizione Catch the web media for download. 捕捉网络媒体以供下载。
Dimensione del File 64.28 KB
Conteggio Installazioni 11,040
Versione Corrente 1.0
Ultimo Aggiornamento 2017-09-12
Data di Pubblicazione 2017-09-12
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore hooper
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}