Roblox Better Friends Visited

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

Co je Roblox Better Friends Visited?

Roblox Better Friends Visited je rozšíření Chrome vyvinuté https://bg9.site, a jeho hlavní funkcí je „This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Roblox Better Friends Visited

Stáhněte si soubory rozšíření Roblox Better Friends Visited ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ** 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.                    

Základní Informace o Rozšíření

Název Roblox Better Friends Visited Roblox Better Friends Visited
ID lppmnchjiipllfomfmbfmehmgjdocghl
Oficiální URL https://chromewebstore.google.com/detail/roblox-better-friends-vis/lppmnchjiipllfomfmbfmehmgjdocghl
Popis This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.
Velikost souboru 50.8 KB
Počet instalací 273
Aktuální Verze 1.1
Poslední Aktualizace 2023-07-08
Datum Vydání 2023-06-08
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář https://bg9.site
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bg9.site
Podporované Jazyky 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"
            ]
        }
    ]
}