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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}