Roblox Friend Removal Button

Useful for removing friends with ease.

ما هو Roblox Friend Removal Button؟

Roblox Friend Removal Button هو إضافة Chrome تم تطويرها بواسطة 1.#inf، والميزة الرئيسية لها هي "Useful for removing friends with ease.".

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

screenshot

تحميل ملف CRX للإضافة Roblox Friend Removal Button

قم بتنزيل ملفات الامتداد Roblox Friend Removal Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds a red-crossed button to each friend card. Allowing the ability to easily dispose of friends. This only applies to the friends list.                    

معلومات أساسية عن التمديد

الاسم Roblox Friend Removal Button Roblox Friend Removal Button
ID jgllchbkhjeiaombmpkapalbmpolmelp
عنوان URL الرسمي https://chromewebstore.google.com/detail/roblox-friend-removal-but/jgllchbkhjeiaombmpkapalbmpolmelp
الوصف Useful for removing friends with ease.
حجم الملف 23.61 KB
عدد التثبيتات 432,055
النسخة الحالية 1.1.0
آخر تحديث 2023-05-10
تاريخ النشر 2020-01-29
تقييم 4.26/5 مجموع تقييمات 816
المطور 1.#inf
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roblox Friend Removal Button",
    "description": "Useful for removing friends with ease.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*\/friends*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/js\/FriendDestroyerFramework.js"
    ],
    "browser_action": {
        "default_icon": {
            "46": "R_46x46.png"
        },
        "default_title": "Friend Removal"
    },
    "icons": {
        "128": "R_128x128.png"
    }
}