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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** 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
공식 URL 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"
            ]
        }
    ]
}