filma24
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
¿Qué es filma24?
filma24 es una extensión de Chrome desarrollada por https://emanuelzhupa.netlify.com, y su función principal es "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión filma24
Descarga archivos de extensión filma24 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 help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
Información Básica de la Extensión
Nombre | filma24 |
ID | jmkgalgjcajmnaffhhccaialhephchei |
URL Oficial | https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei |
Descripción | This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. |
Tamaño del Archivo | 14.9 KB |
Cantidad de Instalaciones | 215 |
Versión Actual | 3.1.2 |
Última Actualización | 2023-12-30 |
Fecha de Publicación | 2021-06-08 |
Calificación | 4.25/5 Total de 4 Calificaciones |
Desarrollador | https://emanuelzhupa.netlify.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://emanuelzhupa.netlify.com/ |
URL de la Página de Ayuda | https://emanuelzhupa.netlify.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "filma24", "description": "", "version": "3.1.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "24": "img\/logo-24.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-4e7ca6d4.js" ], "matches": [ "https:\/\/www.filma24.pl\/*", "https:\/\/www.filma24.cyou\/*", "https:\/\/www.filma24.ch\/*", "https:\/\/filma24.click\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-24.png", "img\/logo-32.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/filma24.click\/*", "https:\/\/www.filma24.ch\/*", "https:\/\/www.filma24.cyou\/*", "https:\/\/www.filma24.pl\/*" ], "resources": [ "assets\/chunk-04611aa4.js" ], "use_dynamic_url": true } ] } |