MDL Stream Finder

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

What is MDL Stream Finder?

MDL Stream Finder is a Chrome extension developed by jdatpnw, and its main feature is "A Chrome Extension that automatically searches Streaming sites for the given drama".

Extension Screenshots

screenshot

Download MDL Stream Finder Extension CRX File

Download MDL Stream Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
Official URL https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Description A Chrome Extension that automatically searches Streaming sites for the given drama
File Size 12.29 KB
Installation Count 65
Current Version 0.1
Last Updated 2022-02-23
Publish Date 2022-02-23
Rating 5.00/5 Total 2 Ratings
Developer jdatpnw
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}