.MPD Detector

Detects '.mpd' files while browsing.

Co to jest .MPD Detector?

.MPD Detector to rozszerzenie Chrome opracowane przez Oraston, a jego główną funkcją jest „Detects '.mpd' files while browsing.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia .MPD Detector

Pobierz pliki rozszerzeń .MPD Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa .MPD Detector .MPD Detector
ID lpoohbdbmggiknlpcmhhdkpaclfcdapk
Oficjalny URL https://chromewebstore.google.com/detail/mpd-detector/lpoohbdbmggiknlpcmhhdkpaclfcdapk
Opis Detects '.mpd' files while browsing.
Rozmiar pliku 7.53 KB
Liczba instalacji 6,436
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-01-02
Data Publikacji 2019-12-31
Ocena 5.00/5 Łącznie 11 Oceny
Deweloper Oraston
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}