Roblox Mutual Friends

View the mutual friends for a specific player.

Roblox Mutual Friends क्या है?

Roblox Mutual Friends none द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the mutual friends for a specific player."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roblox Mutual Friends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Roblox Mutual Friends Roblox Mutual Friends
ID oegjdejbkpabhbblihligblbnbaophnf
आधिकारिक URL https://chromewebstore.google.com/detail/roblox-mutual-friends/oegjdejbkpabhbblihligblbnbaophnf
विवरण View the mutual friends for a specific player.
फ़ाइल का आकार 14.61 KB
स्थापना संख्या 7,823
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-12-02
प्रकाशन तिथि 2021-12-01
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर none
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fuzzydragon/Roblox-Mutual-Friends-Plugin
समर्थित भाषाएँ 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"
            ]
        }
    ]
}