Roblox Mutual Friends

View the mutual friends for a specific player.

Roblox Mutual Friendsとは何ですか?

Roblox Mutual Friendsはnoneによって開発されたChromeの拡張機能で、その主な機能は「View the mutual friends for a specific player.」です。

拡張機能のスクリーンショット

screenshot

Roblox Mutual Friends拡張機能のCRXファイルをダウンロード

Roblox Mutual Friends拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will show your mutual friends on user profiles on roblox.com
You must be logged in for this extension to work.

Created by 1385andrew
Developed by 1385andrew, Peyt_n, and tornadus11                    

拡張機能の基本情報

名前 Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
公式URL https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
説明 View the mutual friends for a specific player.
ファイルサイズ 14.61 KB
インストール数 7,823
現在のバージョン 1.0
最終更新日 2021-12-02
公開日 2021-12-01
評価 4.40/5 合計 5 レビュー
開発者 none
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox Mutual Friends",
    "version": "1.0",
    "manifest_version": 3,
    "description": "View the mutual friends for a specific player.",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/plugin.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/users\/*\/profile"
            ],
            "run_at": "document_end",
            "js": [
                "\/index.js"
            ]
        }
    ]
}