RoBeastify
Adds MrBeast to (most) Roblox thumbnails.
RoBeastifyとは何ですか?
RoBeastifyはSJNIによって開発されたChromeの拡張機能で、その主な機能は「Adds MrBeast to (most) Roblox thumbnails.」です。
拡張機能のスクリーンショット
RoBeastify拡張機能のCRXファイルをダウンロード
RoBeastify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Adds MRBEAST to most  roblox thumbnails.                     拡張機能の基本情報
| 名前 |   |  
| ID | lngghhajkdabocahljbanlplkjfeiibc | 
| 公式URL | https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc | 
| 説明 | Adds MrBeast to (most) Roblox thumbnails. | 
| ファイルサイズ | 95.26 KB | 
| インストール数 | 29 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2023-08-07 | 
| 公開日 | 2023-08-06 | 
| 評価 | 4.00/5 合計 1 レビュー | 
| 開発者 | SJNI | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RoBeastify",
    "version": "1.0",
    "description": "Adds MrBeast to (most) Roblox thumbnails.",
    "icons": {
        "48": "icons\/beast-48.png",
        "96": "icons\/beast-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "mrbeastify.js"
            ]
        }
    ]
}  |  |