MOE:Viewer - Manifest Redirect

MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.

Τι είναι το MOE:Viewer - Manifest Redirect;

Το MOE:Viewer - Manifest Redirect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://realeyes.com, και η κύρια λειτουργία του είναι "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MOE:Viewer - Manifest Redirect

Λήψη αρχείων επέκτασης MOE:Viewer - Manifest Redirect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension will redirect any URL that contains 'M3U8' - including query params- into MOE:Viewer and prefills the original URL to be loaded and tested.  Click the extension badge to toggle OFF/ON/AUTO/QURY. AUTO will automatically load the target URL in MOE:Viewer without further user input. QURY can be used if you have query strings and want to ignore them - it currently requires the url/string has a '?' in it (this will be improved in the future).  MOE:Viewer will be loaded with either HTTP or HTTPS based on the M3U8 protocol.                    

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

Όνομα MOE:Viewer - Manifest Redirect MOE:Viewer - Manifest Redirect
ID ikjgdodenloepomkfbflfljakomoacha
Επίσημο URL https://chromewebstore.google.com/detail/moeviewer-manifest-redire/ikjgdodenloepomkfbflfljakomoacha
Περιγραφή MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.
Μέγεθος Αρχείου 150 KB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2022-01-06
Ημερομηνία Δημοσίευσης 2022-01-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://realeyes.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mv.realeyes.cloud
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MOE:Viewer - Manifest Redirect",
    "version": "0.0.6",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "mv-m3u8-rules",
                "enabled": true,
                "path": "rules.json"
            },
            {
                "id": "mv-m3u8-auto-rules",
                "enabled": false,
                "path": "auto-rules.json"
            },
            {
                "id": "mv-m3u8-ext-rules",
                "enabled": false,
                "path": "ext-rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/moe-16.png",
            "24": "images\/moe-24.png",
            "32": "images\/moe-32.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "16": "images\/moe-16.png",
        "24": "images\/moe-24.png",
        "32": "images\/moe-32.png",
        "48": "images\/moe-48.png",
        "128": "images\/moe-128.png"
    },
    "description": "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes."
}