MDL Stream Finder

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

Co je MDL Stream Finder?

MDL Stream Finder je rozšíření Chrome vyvinuté jdatpnw, a jeho hlavní funkcí je „A Chrome Extension that automatically searches Streaming sites for the given drama“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MDL Stream Finder

Stáhněte si soubory rozšíření MDL Stream Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
Oficiální URL https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Popis A Chrome Extension that automatically searches Streaming sites for the given drama
Velikost souboru 12.29 KB
Počet instalací 65
Aktuální Verze 0.1
Poslední Aktualizace 2022-02-23
Datum Vydání 2022-02-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář jdatpnw
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}