.MPD Detector

Detects '.mpd' files while browsing.

.MPD Detector란 무엇입니까?

.MPD Detector은(는) Oraston에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects '.mpd' files while browsing."입니다.

확장 프로그램 스크린샷

screenshot

.MPD Detector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 .MPD Detector
ID lpoohbdbmggiknlpcmhhdkpaclfcdapk
공식 URL 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'"
}