RoBeastify

Adds MrBeast to (most) Roblox thumbnails.

Was ist RoBeastify?

RoBeastify ist eine Chrome-Erweiterung, die von SJNI entwickelt wurde, und ihr Hauptmerkmal ist "Adds MrBeast to (most) Roblox thumbnails.".

Erweiterungsscreenshots

screenshot

RoBeastify-Erweiterungs-CRX-Datei herunterladen

Laden Sie RoBeastify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds MRBEAST to most  roblox thumbnails.                    

Grundlegende Informationen zur Erweiterung

Name RoBeastify RoBeastify
ID lngghhajkdabocahljbanlplkjfeiibc
Offizielle URL https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc
Beschreibung Adds MrBeast to (most) Roblox thumbnails.
Dateigröße 95.26 KB
Installationsanzahl 29
Aktuelle Version 1.0
Letztes Update 2023-08-07
Veröffentlichungsdatum 2023-08-06
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler SJNI
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}