MDL Stream Finder

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

Τι είναι το MDL Stream Finder;

Το MDL Stream Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jdatpnw, και η κύρια λειτουργία του είναι "A Chrome Extension that automatically searches Streaming sites for the given drama".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MDL Stream Finder

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MDL Stream Finder MDL Stream Finder
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"
    }
}