Better Roblox Friendslist

a better roblox friends list

Better Roblox Friendslist क्या है?

Better Roblox Friendslist roblox-extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a better roblox friends list"।

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

screenshot

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

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

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

                        Better Roblox Friendslist is an extension that replaces roblox's default friends list with an easier to use one.

Toggle the extension with the button at the top right

Right click on friends to open the menu to join them                    

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

नाम Better Roblox Friendslist Better Roblox Friendslist
ID eadpdfjhlpoalfnipgacnipgbobpjohh
आधिकारिक URL https://chromewebstore.google.com/detail/better-roblox-friendslist/eadpdfjhlpoalfnipgacnipgbobpjohh
विवरण a better roblox friends list
फ़ाइल का आकार 264 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2023-02-07
प्रकाशन तिथि 2022-01-05
रेटिंग 3.58/5 कुल 69 रेटिंग्स
डेवलपर roblox-extensions
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Roblox Friendslist",
    "description": "a better roblox friends list",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/Icon16x.png",
        "48": "icons\/Icon48x.png",
        "128": "icons\/Icon128x.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "WindowCommunication.bundle.js",
                "unknowngame.png",
                "icons\/Icon48x.png"
            ],
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ]
}