Reactify-XQC

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

Vad är Reactify-XQC?

Reactify-XQC är en Chrome-tillägg utvecklad av zachariahjweaver, och dess huvudfunktion är "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Reactify-XQC-förlängningens CRX-fil

Ladda ner Reactify-XQC-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Reactify-XQC Reactify-XQC
ID npcoeemhipfgjndclmjajdafflbdkgke
Officiell webbadress https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke
Beskrivning Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Filstorlek 15.87 MB
Antal Installationer 267
Aktuell Version 1.1
Senast Uppdaterad 2023-08-13
Publiceringsdatum 2023-08-10
Betyg 4.92/5 Totalt 13 Betyg
Utvecklare zachariahjweaver
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}