MDL Stream Finder

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

Что такое MDL Stream Finder?

MDL Stream Finder - это расширение Chrome, разработанное jdatpnw, и его основная функция - "A Chrome Extension that automatically searches Streaming sites for the given drama".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MDL Stream Finder

Скачайте файлы расширений MDL Stream Finder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
Официальный URL https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Описание A Chrome Extension that automatically searches Streaming sites for the given drama
Размер файла 12.29 KB
Количество установок 65
Текущая Версия 0.1
Последнее Обновление 2022-02-23
Дата публикации 2022-02-23
Рейтинг 5.00/5 Всего 2 оценок
Разработчик jdatpnw
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}