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文件

下载Go To Roblox Profile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}