Roblox Mutual Friends

View the mutual friends for a specific player.

Co to jest Roblox Mutual Friends?

Roblox Mutual Friends to rozszerzenie Chrome opracowane przez none, a jego główną funkcją jest „View the mutual friends for a specific player.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Roblox Mutual Friends

Pobierz pliki rozszerzeń Roblox Mutual Friends w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
Oficjalny URL https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
Opis View the mutual friends for a specific player.
Rozmiar pliku 14.61 KB
Liczba instalacji 7,823
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-12-02
Data Publikacji 2021-12-01
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper none
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
Obsługiwane Języki 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"
            ]
        }
    ]
}