Reactify-XQC

Modify YouTube thumbnails to include XQC and add a reaction box to the video player

Was ist Reactify-XQC?

Reactify-XQC ist eine Chrome-Erweiterung, die von zachariahjweaver entwickelt wurde, und ihr Hauptmerkmal ist "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".

Erweiterungsscreenshots

screenshot
screenshot

Reactify-XQC-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reactify-XQC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Reactify-XQC Reactify-XQC
ID npcoeemhipfgjndclmjajdafflbdkgke
Offizielle URL https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke
Beschreibung Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Dateigröße 15.87 MB
Installationsanzahl 267
Aktuelle Version 1.1
Letztes Update 2023-08-13
Veröffentlichungsdatum 2023-08-10
Bewertung 4.92/5 Insgesamt 13 Bewertungen
Entwickler zachariahjweaver
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}