Reactify-XQC
Modify YouTube thumbnails to include XQC and add a reaction box to the video player
Reactify-XQCとは何ですか?
Reactify-XQCはzachariahjweaverによって開発されたChromeの拡張機能で、その主な機能は「Modify YouTube thumbnails to include XQC and add a reaction box to the video player」です。
拡張機能のスクリーンショット
Reactify-XQC拡張機能のCRXファイルをダウンロード
Reactify-XQC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | npcoeemhipfgjndclmjajdafflbdkgke |
| 公式URL | https://chromewebstore.google.com/detail/reactify-xqc/npcoeemhipfgjndclmjajdafflbdkgke |
| 説明 | Modify YouTube thumbnails to include XQC and add a reaction box to the video player |
| ファイルサイズ | 15.87 MB |
| インストール数 | 267 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2023-08-13 |
| 公開日 | 2023-08-10 |
| 評価 | 4.92/5 合計 13 レビュー |
| 開発者 | zachariahjweaver |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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": [
"*:\/\/*\/*"
]
}
]
} | |