Better Roblox Friendslist

a better roblox friends list

ما هو Better Roblox Friendslist؟

Better Roblox Friendslist هو إضافة Chrome تم تطويرها بواسطة roblox-extensions، والميزة الرئيسية لها هي "a better roblox friends list".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Better Roblox Friendslist

قم بتنزيل ملفات الامتداد Better Roblox Friendslist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}