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