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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}