Roblox Better Friends Visited
This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.
Cos'è Roblox Better Friends Visited?
Roblox Better Friends Visited è un'estensione di Chrome sviluppata da https://bg9.site, e la sua funzione principale è "This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Better Friends Visited
Scarica i file di estensione Roblox Better Friends Visited 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
                        ** 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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | lppmnchjiipllfomfmbfmehmgjdocghl | 
| URL Ufficiale | https://chromewebstore.google.com/detail/roblox-better-friends-vis/lppmnchjiipllfomfmbfmehmgjdocghl | 
| Descrizione | This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count. | 
| Dimensione del File | 50.8 KB | 
| Conteggio Installazioni | 273 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2023-07-08 | 
| Data di Pubblicazione | 2023-06-08 | 
| Valutazione | 4.67/5 Totale 3 Valutazioni | 
| Sviluppatore | https://bg9.site | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://bg9.site | 
| Lingue Supportate | 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"
            ]
        }
    ]
}  |  |