Go To Roblox Profile

Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's…

Go To Roblox Profile란 무엇입니까?

Go To Roblox Profile은(는) gtrpdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Go To Roblox Profile 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's search page censors the name of the user you're trying to find.                    

확장 프로그램 기본 정보

이름 Go To Roblox Profile Go To Roblox Profile
ID jcoekbmieggcgaaamfadbodonempleha
공식 URL https://chrome.google.com/webstore/detail/go-to-roblox-profile/jcoekbmieggcgaaamfadbodonempleha
설명 Allows you to open a Roblox user's profile page by simply entering their username or ID. Particularly useful for when Roblox's…
파일 크기 28.7 KB
설치 횟수 10,000
현재 버전 1.2
최근 업데이트 2021-08-17
출시 날짜 2020-03-17
평점 3.83/5 총 35 개의 평점
개발자 gtrpdev
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go To Roblox Profile",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "16": "rpficon16.png",
            "24": "rpficon24.png",
            "32": "rpficon32.png",
            "48": "rpficon48.png",
            "64": "rpficon64.png",
            "128": "rpficon128.png"
        },
        "default_title": "Go To Roblox Profile",
        "default_popup": "popup.html"
    }
}