Roblox Mutual Friends

View the mutual friends for a specific player.

Cos'è Roblox Mutual Friends?

Roblox Mutual Friends è un'estensione di Chrome sviluppata da none, e la sua funzione principale è "View the mutual friends for a specific player.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roblox Mutual Friends

Scarica i file di estensione Roblox Mutual Friends in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
URL Ufficiale https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
Descrizione View the mutual friends for a specific player.
Dimensione del File 14.61 KB
Conteggio Installazioni 7,823
Versione Corrente 1.0
Ultimo Aggiornamento 2021-12-02
Data di Pubblicazione 2021-12-01
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore none
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
Lingue Supportate 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"
            ]
        }
    ]
}