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 |
Eメール | [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" } } |