Better Roblox Friendslist

a better roblox friends list

Better Roblox Friendslist란 무엇입니까?

Better Roblox Friendslist은(는) roblox-extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a better roblox friends list"입니다.

확장 프로그램 스크린샷

screenshot

Better Roblox Friendslist 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Better Roblox Friendslist is an extension that replaces roblox's default friends list with an easier to use one.

Toggle the extension with the button at the top right

Right click on friends to open the menu to join them                    

확장 프로그램 기본 정보

이름 Better Roblox Friendslist Better Roblox Friendslist
ID eadpdfjhlpoalfnipgacnipgbobpjohh
공식 URL https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh
설명 a better roblox friends list
파일 크기 264 KB
설치 횟수 20,000
현재 버전 0.2.1
최근 업데이트 2023-02-07
출시 날짜 2022-01-05
평점 3.58/5 총 69 개의 평점
개발자 roblox-extensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Roblox Friendslist",
    "description": "a better roblox friends list",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/Icon16x.png",
        "48": "icons\/Icon48x.png",
        "128": "icons\/Icon128x.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "WindowCommunication.bundle.js",
                "unknowngame.png",
                "icons\/Icon48x.png"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ]
}