Better Roblox Friendslist
a better roblox friends list
Qu'est-ce que Better Roblox Friendslist ?
Better Roblox Friendslist est une extension Chrome développée par roblox-extensions, et sa fonction principale est "a better roblox friends list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Better Roblox Friendslist
Téléchargez les fichiers d'extension Better Roblox Friendslist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Better Roblox Friendslist |
ID | eadpdfjhlpoalfnipgacnipgbobpjohh |
URL Officiel | https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh |
Description | a better roblox friends list |
Taille du Fichier | 264 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2023-02-07 |
Date de Publication | 2022-01-05 |
Évaluation | 3.58/5 Total 69 Évaluations |
Développeur | roblox-extensions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
Langues Prises en Charge | 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\/*" ] } |