Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
O que é Reactify-XQC?
Reactify-XQC é uma extensão do Chrome desenvolvida por zachariahjweaver, e sua principal característica é "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reactify-XQC
Baixe arquivos de extensão Reactify-XQC no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Reactify-XQC |
ID | npcoeemhipfgjndclmjajdafflbdkgke |
URL Oficial | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
Descrição | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
Tamanho do Arquivo | 15.87 MB |
Contagem de Instalações | 267 |
Versão Atual | 1.1 |
Última Atualização | 2023-08-13 |
Data de Publicação | 2023-08-10 |
Classificação | 4.92/5 Total de 13 Avaliações |
Desenvolvedor | zachariahjweaver |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ "*:\/\/*\/*" ] } ] } |