Better Roblox Friendslist
a better roblox friends list
Cos'è Better Roblox Friendslist?
Better Roblox Friendslist è un'estensione di Chrome sviluppata da roblox-extensions, e la sua funzione principale è "a better roblox friends list".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Roblox Friendslist
Scarica i file di estensione Better Roblox Friendslist 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
Better Roblox Friendslist is an extension that replaces roblox's default friends list with an easier to use one. Toggle the extension with the button at the top right Right click on friends to open the menu to join them
Informazioni di Base sull'Estensione
Nome | Better Roblox Friendslist |
ID | eadpdfjhlpoalfnipgacnipgbobpjohh |
URL Ufficiale | https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh |
Descrizione | a better roblox friends list |
Dimensione del File | 264 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2023-02-07 |
Data di Pubblicazione | 2022-01-05 |
Valutazione | 3.58/5 Totale 69 Valutazioni |
Sviluppatore | roblox-extensions |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Roblox Friendslist", "description": "a better roblox friends list", "version": "0.2.1", "manifest_version": 3, "icons": { "16": "icons\/Icon16x.png", "48": "icons\/Icon48x.png", "128": "icons\/Icon128x.png" }, "background": { "service_worker": "background.bundle.js" }, "web_accessible_resources": [ { "resources": [ "WindowCommunication.bundle.js", "unknowngame.png", "icons\/Icon48x.png" ], "matches": [ "*:\/\/www.roblox.com\/*", "*:\/\/web.roblox.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/www.roblox.com\/*", "*:\/\/web.roblox.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.bundle.js" ] } ], "host_permissions": [ "*:\/\/*.roblox.com\/*" ] } |