Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Cos'è Reactify-XQC?
Reactify-XQC è un'estensione di Chrome sviluppata da zachariahjweaver, e la sua funzione principale è "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reactify-XQC
Scarica i file di estensione Reactify-XQC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | npcoeemhipfgjndclmjajdafflbdkgke |
| URL Ufficiale | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
| Descrizione | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
| Dimensione del File | 15.87 MB |
| Conteggio Installazioni | 267 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-08-13 |
| Data di Pubblicazione | 2023-08-10 |
| Valutazione | 4.92/5 Totale 13 Valutazioni |
| Sviluppatore | zachariahjweaver |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": [
"*:\/\/*\/*"
]
}
]
} | |