MDL Stream Finder
A Chrome Extension that automatically searches Streaming sites for the given drama
MDL Stream Finder क्या है?
MDL Stream Finder jdatpnw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension that automatically searches Streaming sites for the given drama"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MDL Stream Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |