MDL Stream Finder

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

Co to jest MDL Stream Finder?

MDL Stream Finder to rozszerzenie Chrome opracowane przez jdatpnw, a jego główną funkcją jest „A Chrome Extension that automatically searches Streaming sites for the given drama”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MDL Stream Finder

Pobierz pliki rozszerzeń MDL Stream Finder 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

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

Podstawowe informacje o rozszerzeniu

Nazwa MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
Oficjalny URL https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Opis A Chrome Extension that automatically searches Streaming sites for the given drama
Rozmiar pliku 12.29 KB
Liczba instalacji 65
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2022-02-23
Data Publikacji 2022-02-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper jdatpnw
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": "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"
    }
}