Reactify-XQC

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

Hvad er Reactify-XQC?

Reactify-XQC er en Chrome-udvidelse udviklet af zachariahjweaver, og dens hovedfunktion er "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Reactify-XQC-udvidelses-CRX-fil

Download Reactify-XQC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Reactify-XQC Reactify-XQC
ID npcoeemhipfgjndclmjajdafflbdkgke
Officiel URL https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke
Beskrivelse Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Filstørrelse 15.87 MB
Antal Installationer 267
Nuværende Version 1.1
Senest Opdateret 2023-08-13
Udgivelsesdato 2023-08-10
Bedømmelse 4.92/5 Samlet 13 Bedømmelser
Udvikler zachariahjweaver
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}