Hello, Roblox!
Return the old greeting that we all missed!
Cos'è Hello, Roblox!?
Hello, Roblox! è un'estensione di Chrome sviluppata da The_Woozoo, e la sua funzione principale è "Return the old greeting that we all missed!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hello, Roblox!
Scarica i file di estensione Hello, Roblox! 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
Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox
Informazioni di Base sull'Estensione
Nome | Hello, Roblox! |
ID | dpceldlkpeeefhaaholbfihfjogjabja |
URL Ufficiale | https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja |
Descrizione | Return the old greeting that we all missed! |
Dimensione del File | 19.71 KB |
Conteggio Installazioni | 115 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2024-01-21 |
Data di Pubblicazione | 2023-10-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | The_Woozoo |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dvuzu/hello-roblox |
URL della Pagina di Aiuto | https://github.com/dvuzu/hello-roblox/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hello, Roblox!", "description": "Return the old greeting that we all missed!", "version": "0.2.1", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "js": [ "main.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.roblox.com\/home*" ] } ] } |