Roblox Mutual Friends

View the mutual friends for a specific player.

Co je Roblox Mutual Friends?

Roblox Mutual Friends je rozšíření Chrome vyvinuté none, a jeho hlavní funkcí je „View the mutual friends for a specific player.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Roblox Mutual Friends

Stáhněte si soubory rozšíření Roblox Mutual Friends ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
Oficiální URL https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
Popis View the mutual friends for a specific player.
Velikost souboru 14.61 KB
Počet instalací 7,823
Aktuální Verze 1.0
Poslední Aktualizace 2021-12-02
Datum Vydání 2021-12-01
Hodnocení 4.40/5 Celkem 5 Hodnocení
Vývojář none
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
Podporované Jazyky 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"
            ]
        }
    ]
}