Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Qu'est-ce que Reactify-XQC ?
Reactify-XQC est une extension Chrome développée par zachariahjweaver, et sa fonction principale est "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reactify-XQC
Téléchargez les fichiers d'extension Reactify-XQC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Reactify-XQC |
ID | npcoeemhipfgjndclmjajdafflbdkgke |
URL Officiel | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
Description | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
Taille du Fichier | 15.87 MB |
Nombre d'Installations | 267 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-08-13 |
Date de Publication | 2023-08-10 |
Évaluation | 4.92/5 Total 13 Évaluations |
Développeur | zachariahjweaver |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |