Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Apa itu Reactify-XQC?
Reactify-XQC adalah ekstensi Chrome yang dikembangkan oleh zachariahjweaver, dan fitur utamanya adalah "Modify YouTube thumbnails to include XQC and add a reaction box to the video player".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reactify-XQC
Unduh file ekstensi Reactify-XQC dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Reactify-XQC |
ID | npcoeemhipfgjndclmjajdafflbdkgke |
URL Resmi | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
Deskripsi | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
Ukuran File | 15.87 MB |
Jumlah Instalasi | 267 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-08-13 |
Tanggal Publikasi | 2023-08-10 |
Penilaian | 4.92/5 Total 13 Penilaian |
Pengembang | zachariahjweaver |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } ] } |