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 |
官方網址 | 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" } } |