Roblox Friend Removal Button
Useful for removing friends with ease.
Roblox Friend Removal Button là gì?
Roblox Friend Removal Button là một tiện ích mở rộng Chrome được phát triển bởi 1.#inf, và tính năng chính của nó là "Useful for removing friends with ease.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Roblox Friend Removal Button
Tải xuống các tệp mở rộng Roblox Friend Removal Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a red-crossed button to each friend card. Allowing the ability to easily dispose of friends. This only applies to the friends list.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roblox Friend Removal Button |
ID | jgllchbkhjeiaombmpkapalbmpolmelp |
URL Chính Thức | https://chromewebstore.google.com/detail/roblox-friend-removal-but/jgllchbkhjeiaombmpkapalbmpolmelp |
Mô tả | Useful for removing friends with ease. |
Kích Thước Tệp | 23.61 KB |
Số Lần Cài Đặt | 432,055 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-05-10 |
Ngày Phát Hành | 2020-01-29 |
Đánh Giá | 4.26/5 Tổng số 816 Đánh Giá |
Nhà Phát Triển | 1.#inf |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |