Fextralife Fix
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
¿Qué es Fextralife Fix?
Fextralife Fix es una extensión de Chrome desarrollada por wacky, y su función principal es "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fextralife Fix
Descarga archivos de extensión Fextralife Fix 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 little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Información Básica de la Extensión
Nombre | Fextralife Fix |
ID | apmlleaenngdncjedemihifpgpeinokb |
URL Oficial | https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb |
Descripción | This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason. |
Tamaño del Archivo | 281 KB |
Cantidad de Instalaciones | 53 |
Versión Actual | 1.0 |
Última Actualización | 2023-09-03 |
Fecha de Publicación | 2023-09-02 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | wacky |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fextralife Fix", "version": "1.0", "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.", "content_scripts": [ { "matches": [ "https:\/\/*.fextralife.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } } |