Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
¿Qué es Reactify-XQC?
Reactify-XQC es una extensión de Chrome desarrollada por zachariahjweaver, y su función principal es "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Reactify-XQC
Descarga archivos de extensión Reactify-XQC 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
Extension Adds XQC to the thumbnails on YouTube and adds a reaction box with clips of XQC reacting to the corner of the video player. Credit to MagicJinn, adapted from this project: https://github.com/MagicJinn/MrBeastify-Youtube
Información Básica de la Extensión
Nombre | Reactify-XQC |
ID | npcoeemhipfgjndclmjajdafflbdkgke |
URL Oficial | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
Descripción | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
Tamaño del Archivo | 15.87 MB |
Cantidad de Instalaciones | 267 |
Versión Actual | 1.1 |
Última Actualización | 2023-08-13 |
Fecha de Publicación | 2023-08-10 |
Calificación | 4.92/5 Total de 13 Calificaciones |
Desarrollador | zachariahjweaver |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reactify-XQC", "version": "1.1", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png" }, "description": "Modify YouTube thumbnails to include XQC and add a reaction box to the video player", "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "reactify-XQC.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.json", "images\/*.gif", "videos\/*.mp4" ], "matches": [ "*:\/\/*\/*" ] } ] } |