RoBeastify

Adds MrBeast to (most) Roblox thumbnails.

What is RoBeastify?

RoBeastify is a Chrome extension developed by SJNI, and its main feature is "Adds MrBeast to (most) Roblox thumbnails.".

Extension Screenshots

screenshot

Download RoBeastify Extension CRX File

Download RoBeastify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds MRBEAST to most  roblox thumbnails.                    

Extension Basic Information

Name RoBeastify RoBeastify
ID lngghhajkdabocahljbanlplkjfeiibc
Official URL https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc
Description Adds MrBeast to (most) Roblox thumbnails.
File Size 95.26 KB
Installation Count 29
Current Version 1.0
Last Updated 2023-08-07
Publish Date 2023-08-06
Rating 4.00/5 Total 1 Ratings
Developer SJNI
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}