RoBeastify

Adds MrBeast to (most) Roblox thumbnails.

什么是RoBeastify?

RoBeastify是由SJNI开发的Chrome扩展程序,该扩展的主要功能是“Adds MrBeast to (most) Roblox thumbnails.”。

扩展截图

screenshot

下载RoBeastify扩展crx文件

下载RoBeastify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds MRBEAST to most  roblox thumbnails.                    

扩展基本信息

名称 RoBeastify RoBeastify
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
电子邮箱 [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"
            ]
        }
    ]
}