Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Wat is Reactify-XQC?
Reactify-XQC is een Chrome-extensie ontwikkeld door zachariahjweaver, en de belangrijkste functie is "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".
Extensie Screenshots
Download het CRX-bestand van de extensie Reactify-XQC
Download Reactify-XQC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | npcoeemhipfgjndclmjajdafflbdkgke |
| Officiële URL | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
| Beschrijving | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
| Bestandsgrootte | 15.87 MB |
| Aantal Installaties | 267 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-08-13 |
| Publicatiedatum | 2023-08-10 |
| Beoordeling | 4.92/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | zachariahjweaver |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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": [
"*:\/\/*\/*"
]
}
]
} | |