YouTube MrBeastify
Modify YouTube thumbnails to include MrBeast
YouTube MrBeastifyとは何ですか?
YouTube MrBeastifyはMagicJinnによって開発されたChromeの拡張機能で、その主な機能は「Modify YouTube thumbnails to include MrBeast」です。
拡張機能のスクリーンショット
YouTube MrBeastify拡張機能のCRXファイルをダウンロード
YouTube MrBeastify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enhance your browsing experience with MrBeastifier. Is your browser experience boring? Are you having trouble finding engaging click-baity videos? Fear no more. This extension adds famous youtuber MrBeast to every thumbnail.
Compatible with all browsers
Notes:
- This extension was inspired by Unnecessary Inventions: http://www.youtube.com/@UnnecessaryInventions
- This extension is unofficial and not affiliated with MrBeast or YouTube.
Source: https://github.com/MagicJinn/MrBeastify-Youtube 拡張機能の基本情報
| 名前 | |
| ID | dbmaeobgdodeimjdjnkipbfhgeldnmeb |
| 公式URL | https://chromewebstore.google.com/detail/youtube-mrbeastify/dbmaeobgdodeimjdjnkipbfhgeldnmeb |
| 説明 | Modify YouTube thumbnails to include MrBeast |
| ファイルサイズ | 10.79 MB |
| インストール数 | 63,716 |
| 現在のバージョン | 1.5.4 |
| 最終更新日 | 2023-12-20 |
| 公開日 | 2023-06-18 |
| 評価 | 4.92/5 合計 604 レビュー |
| 開発者 | MagicJinn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube MrBeastify",
"version": "1.5.4",
"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 MrBeast",
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"mrbeastify.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.json"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |