MOE:Viewer - Manifest Redirect
MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.
¿Qué es MOE:Viewer - Manifest Redirect?
MOE:Viewer - Manifest Redirect es una extensión de Chrome desarrollada por https://realeyes.com, y su función principal es "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MOE:Viewer - Manifest Redirect
Descarga archivos de extensión MOE:Viewer - Manifest Redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
                        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.                     Información Básica de la Extensión
| Nombre |   |  
| ID | ikjgdodenloepomkfbflfljakomoacha | 
| URL Oficial | https://chromewebstore.google.com/detail/moeviewer-manifest-redire/ikjgdodenloepomkfbflfljakomoacha | 
| Descripción | MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes. | 
| Tamaño del Archivo | 150 KB | 
| Cantidad de Instalaciones | 48 | 
| Versión Actual | 0.0.6 | 
| Última Actualización | 2022-01-06 | 
| Fecha de Publicación | 2022-01-06 | 
| Calificación | 5.00/5 Total de 1 Calificaciones | 
| Desarrollador | https://realeyes.com | 
| Correo electrónico | [email protected] | 
| Tipo de Pago | free | 
| Sitio Web de la Extensión | https://mv.realeyes.cloud | 
| Idiomas Soportados | 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."
}  |  |