MDL Stream Finder
A Chrome Extension that automatically searches Streaming sites for the given drama
Wat is MDL Stream Finder?
MDL Stream Finder is een Chrome-extensie ontwikkeld door jdatpnw, en de belangrijkste functie is "A Chrome Extension that automatically searches Streaming sites for the given drama".
Extensie Screenshots
Download het CRX-bestand van de extensie MDL Stream Finder
Download MDL Stream Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Chrome Extension allows users of MyDramaList.com to automatically search streaming sites like Netflix, Viki and more for Shows listed on MDL.
Basisinformatie over de Extensie
Naam | |
ID | opmdpgkejhnplnbfccekmagkbnjmcmgd |
Officiële URL | https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd |
Beschrijving | A Chrome Extension that automatically searches Streaming sites for the given drama |
Bestandsgrootte | 12.29 KB |
Aantal Installaties | 65 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2022-02-23 |
Publicatiedatum | 2022-02-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | jdatpnw |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |