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

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

扩展使用说明

                        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\/*"
    ]
}