.MPD Detector

Detects '.mpd' files while browsing.

.MPD Detector là gì?

.MPD Detector là một tiện ích mở rộng Chrome được phát triển bởi Oraston, và tính năng chính của nó là "Detects '.mpd' files while browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng .MPD Detector

Tải xuống các tệp mở rộng .MPD Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên .MPD Detector .MPD Detector
ID lpoohbdbmggiknlpcmhhdkpaclfcdapk
URL Chính Thức https://chromewebstore.google.com/detail/mpd-detector/lpoohbdbmggiknlpcmhhdkpaclfcdapk
Mô tả Detects '.mpd' files while browsing.
Kích Thước Tệp 7.53 KB
Số Lần Cài Đặt 6,436
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2020-01-02
Ngày Phát Hành 2019-12-31
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Oraston
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}