Roblox Mutual Friends

View the mutual friends for a specific player.

Apa itu Roblox Mutual Friends?

Roblox Mutual Friends adalah ekstensi Chrome yang dikembangkan oleh none, dan fitur utamanya adalah "View the mutual friends for a specific player.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Roblox Mutual Friends

Unduh file ekstensi Roblox Mutual Friends dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
URL Resmi https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
Deskripsi View the mutual friends for a specific player.
Ukuran File 14.61 KB
Jumlah Instalasi 7,823
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-12-02
Tanggal Publikasi 2021-12-01
Penilaian 4.40/5 Total 5 Penilaian
Pengembang none
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
Bahasa yang Didukung 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"
            ]
        }
    ]
}