MDL Stream Finder

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

O que é MDL Stream Finder?

MDL Stream Finder é uma extensão do Chrome desenvolvida por jdatpnw, e sua principal característica é "A Chrome Extension that automatically searches Streaming sites for the given drama".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MDL Stream Finder

Baixe arquivos de extensão MDL Stream Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
URL Oficial https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Descrição A Chrome Extension that automatically searches Streaming sites for the given drama
Tamanho do Arquivo 12.29 KB
Contagem de Instalações 65
Versão Atual 0.1
Última Atualização 2022-02-23
Data de Publicação 2022-02-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jdatpnw
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}