MDL Stream Finder

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

MDL Stream Finder là gì?

MDL Stream Finder là một tiện ích mở rộng Chrome được phát triển bởi jdatpnw, và tính năng chính của nó là "A Chrome Extension that automatically searches Streaming sites for the given drama".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MDL Stream Finder

Tải xuống các tệp mở rộng MDL Stream Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
URL Chính Thức https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Mô tả A Chrome Extension that automatically searches Streaming sites for the given drama
Kích Thước Tệp 12.29 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-02-23
Ngày Phát Hành 2022-02-23
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jdatpnw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}