Better Roblox Friendslist
a better roblox friends list
What is Better Roblox Friendslist?
Better Roblox Friendslist is a Chrome extension developed by roblox-extensions, and its main feature is "a better roblox friends list".
Extension Screenshots
Download Better Roblox Friendslist Extension CRX File
Download Better Roblox Friendslist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Better Roblox Friendslist |
ID | eadpdfjhlpoalfnipgacnipgbobpjohh |
Official URL | https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh |
Description | a better roblox friends list |
File Size | 264 KB |
Installation Count | 20,000 |
Current Version | 0.2.1 |
Last Updated | 2023-02-07 |
Publish Date | 2022-01-05 |
Rating | 3.58/5 Total 69 Ratings |
Developer | roblox-extensions |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
Supported Languages | 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\/*" ] } |