.MPD Detector

Detects '.mpd' files while browsing.

Cos'è .MPD Detector?

.MPD Detector è un'estensione di Chrome sviluppata da Oraston, e la sua funzione principale è "Detects '.mpd' files while browsing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione .MPD Detector

Scarica i file di estensione .MPD Detector 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

                        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.                    

Informazioni di Base sull'Estensione

Nome .MPD Detector .MPD Detector
ID lpoohbdbmggiknlpcmhhdkpaclfcdapk
URL Ufficiale https://chromewebstore.google.com/detail/mpd-detector/lpoohbdbmggiknlpcmhhdkpaclfcdapk
Descrizione Detects '.mpd' files while browsing.
Dimensione del File 7.53 KB
Conteggio Installazioni 6,436
Versione Corrente 1.1.1
Ultimo Aggiornamento 2020-01-02
Data di Pubblicazione 2019-12-31
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore Oraston
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}