RoBeastify
Adds MrBeast to (most) Roblox thumbnails.
Cos'è RoBeastify?
RoBeastify è un'estensione di Chrome sviluppata da SJNI, e la sua funzione principale è "Adds MrBeast to (most) Roblox thumbnails.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoBeastify
Scarica i file di estensione RoBeastify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds MRBEAST to most roblox thumbnails. Informazioni di Base sull'Estensione
| Nome | |
| ID | lngghhajkdabocahljbanlplkjfeiibc |
| URL Ufficiale | https://chromewebstore.google.com/detail/robeastify/lngghhajkdabocahljbanlplkjfeiibc |
| Descrizione | Adds MrBeast to (most) Roblox thumbnails. |
| Dimensione del File | 95.26 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-08-07 |
| Data di Pubblicazione | 2023-08-06 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | SJNI |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |