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
Eメール [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\/*"
    ]
}