MDL Stream Finder

A Chrome Extension that automatically searches Streaming sites for the given drama

Qu'est-ce que MDL Stream Finder ?

MDL Stream Finder est une extension Chrome développée par jdatpnw, et sa fonction principale est "A Chrome Extension that automatically searches Streaming sites for the given drama".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MDL Stream Finder

Téléchargez les fichiers d'extension MDL Stream Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This Chrome Extension allows users of MyDramaList.com to automatically search streaming sites like Netflix, Viki and more for Shows listed on MDL.                    

Informations de Base sur l'Extension

Nom MDL Stream Finder MDL Stream Finder
ID opmdpgkejhnplnbfccekmagkbnjmcmgd
URL Officiel https://chromewebstore.google.com/detail/mdl-stream-finder/opmdpgkejhnplnbfccekmagkbnjmcmgd
Description A Chrome Extension that automatically searches Streaming sites for the given drama
Taille du Fichier 12.29 KB
Nombre d'Installations 65
Version Actuelle 0.1
Dernière Mise à Jour 2022-02-23
Date de Publication 2022-02-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur jdatpnw
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}