Roblox Better Friends Visited

This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.

What is Roblox Better Friends Visited?

Roblox Better Friends Visited is a Chrome extension developed by https://bg9.site, and its main feature is "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.".

Extension Screenshots

screenshot

Download Roblox Better Friends Visited Extension CRX File

Download Roblox Better Friends Visited 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

                        ** fixed to work with latest update **

This extension revolutionizes Roblox's friends' visited banner on the home page by delivering a stunning redesign, while also providing precise game ratings and player counts.

If you experience any bugs or issues, feel free to message bg9 on Roblox.                    

Extension Basic Information

Name Roblox Better Friends Visited Roblox Better Friends Visited
ID lppmnchjiipllfomfmbfmehmgjdocghl
Official URL https://chromewebstore.google.com/detail/roblox-better-friends-vis/lppmnchjiipllfomfmbfmehmgjdocghl
Description This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.
File Size 50.8 KB
Installation Count 273
Current Version 1.1
Last Updated 2023-07-08
Publish Date 2023-06-08
Rating 4.67/5 Total 3 Ratings
Developer https://bg9.site
Email [email protected]
Payment Type free
Extension Website https://bg9.site
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox Better Friends Visited",
    "version": "1.1",
    "manifest_version": 3,
    "description": "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.",
    "action": {
        "default_icon": "\/icons\/icon128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/home*"
            ],
            "run_at": "document_end",
            "js": [
                "\/plugin.js"
            ]
        }
    ]
}