Roblox Mutual Friends

View the mutual friends for a specific player.

Roblox Mutual Friends là gì?

Roblox Mutual Friends là một tiện ích mở rộng Chrome được phát triển bởi none, và tính năng chính của nó là "View the mutual friends for a specific player.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roblox Mutual Friends

Tải xuống các tệp mở rộng Roblox Mutual Friends dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
URL Chính Thức https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
Mô tả View the mutual friends for a specific player.
Kích Thước Tệp 14.61 KB
Số Lần Cài Đặt 7,823
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-12-02
Ngày Phát Hành 2021-12-01
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển none
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}