MDL Stream Finder

A Chrome Extension that automatically searches Streaming sites for the given drama

Cos'è MDL Stream Finder?

MDL Stream Finder è un'estensione di Chrome sviluppata da jdatpnw, e la sua funzione principale è "A Chrome Extension that automatically searches Streaming sites for the given drama".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MDL Stream Finder

Scarica i file di estensione MDL Stream Finder 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

                        This Chrome Extension allows users of MyDramaList.com to automatically search streaming sites like Netflix, Viki and more for Shows listed on MDL.                    

Informazioni di Base sull'Estensione

Nome MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
URL Ufficiale https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Descrizione A Chrome Extension that automatically searches Streaming sites for the given drama
Dimensione del File 12.29 KB
Conteggio Installazioni 65
Versione Corrente 0.1
Ultimo Aggiornamento 2022-02-23
Data di Pubblicazione 2022-02-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore jdatpnw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MDL Stream Finder",
    "version": "0.1",
    "description": "A Chrome Extension that automatically searches Streaming sites for the given drama",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mydramalist.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}