.MPD Detector
Detects '.mpd' files while browsing.
什麼是.MPD Detector?
.MPD Detector是由Oraston開發的Chrome擴展程式,該擴展的主要功能是“Detects '.mpd' files while browsing.”。
擴展截圖
下載.MPD Detector擴展crx文件
下載.MPD Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension that detects .mpd files on webpages and provides the links to these .mpd files. The extension can also be used in 'batch mode'. Batch mode enables the user to open multiple webpages while recording all found .'mpd' files.
擴展基本資訊
名稱 | .MPD Detector |
ID | lpoohbdbmggiknlpcmhhdkpaclfcdapk |
官方網址 | https://chromewebstore.google.com/detail/mpd-detector/lpoohbdbmggiknlpcmhhdkpaclfcdapk |
簡介 | Detects '.mpd' files while browsing. |
檔案大小 | 7.53 KB |
安裝次數 | 6,436 |
目前版本 | 1.1.1 |
更新時間 | 2020-01-02 |
上架時間 | 2019-12-31 |
評分 | 5.00/5 共 11 次評分 |
開發者 | Oraston |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": ".MPD Detector", "version": "1.1.1", "browser_specific_settings": { "gecko": { "id": "{05bfdbb0-c215-4a8b-ba77-b4a4924833a8}" } }, "description": "Detects '.mpd' files while browsing.", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "webRequest", "*:\/\/*\/*", "tabs", "storage" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |