RoBeastify

Adds MrBeast to (most) Roblox thumbnails.

Wat is RoBeastify?

RoBeastify is een Chrome-extensie ontwikkeld door SJNI, en de belangrijkste functie is "Adds MrBeast to (most) Roblox thumbnails.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RoBeastify

Download RoBeastify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds MRBEAST to most  roblox thumbnails.                    

Basisinformatie over de Extensie

Naam RoBeastify RoBeastify
ID lngghhajkdabocahljbanlplkjfeiibc
Officiële URL https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc
Beschrijving Adds MrBeast to (most) Roblox thumbnails.
Bestandsgrootte 95.26 KB
Aantal Installaties 29
Huidige Versie 1.0
Laatst Bijgewerkt 2023-08-07
Publicatiedatum 2023-08-06
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar SJNI
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}