Roblox Better Friends Visited

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

什麼是Roblox Better Friends Visited?

Roblox Better Friends Visited是由https://bg9.site開發的Chrome擴展程式,該擴展的主要功能是“This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.”。

擴展截圖

screenshot

下載Roblox Better Friends Visited擴展crx文件

下載Roblox Better Friends Visited擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Roblox Better Friends Visited Roblox Better Friends Visited
ID lppmnchjiipllfomfmbfmehmgjdocghl
官方網址 https://chromewebstore.google.com/detail/roblox-better-friends-vis/lppmnchjiipllfomfmbfmehmgjdocghl
簡介 This extension redesigns Roblox's friends visited banner and then accurately calculates the games rating and player count.
檔案大小 50.8 KB
安裝次數 273
目前版本 1.1
更新時間 2023-07-08
上架時間 2023-06-08
評分 4.67/5 共 3 次評分
開發者 https://bg9.site
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bg9.site
支援的語言 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"
            ]
        }
    ]
}