MDL Stream Finder
A Chrome Extension that automatically searches Streaming sites for the given drama
什么是MDL Stream Finder?
MDL Stream Finder是由jdatpnw开发的Chrome扩展程序,该扩展的主要功能是“A Chrome Extension that automatically searches Streaming sites for the given drama”。
扩展截图
下载MDL Stream Finder扩展crx文件
下载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.
扩展基本信息
名称 | |
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" } } |