RoBeastify
Adds MrBeast to (most) Roblox thumbnails.
Hvad er RoBeastify?
RoBeastify er en Chrome-udvidelse udviklet af SJNI, og dens hovedfunktion er "Adds MrBeast to (most) Roblox thumbnails.".
Udvidelsesskærmbilleder
Download RoBeastify-udvidelses-CRX-fil
Download RoBeastify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds MRBEAST to most roblox thumbnails.
Grundlæggende oplysninger om udvidelsen
Navn | RoBeastify |
ID | lngghhajkdabocahljbanlplkjfeiibc |
Officiel URL | https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc |
Beskrivelse | Adds MrBeast to (most) Roblox thumbnails. |
Filstørrelse | 95.26 KB |
Antal Installationer | 29 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-08-07 |
Udgivelsesdato | 2023-08-06 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | SJNI |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |