Roblox Friend Removal Button
Useful for removing friends with ease.
What is Roblox Friend Removal Button?
Roblox Friend Removal Button is a Chrome extension developed by 1.#inf, and its main feature is "Useful for removing friends with ease.".
Extension Screenshots
Download Roblox Friend Removal Button Extension CRX File
Download Roblox Friend Removal Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds a red-crossed button to each friend card. Allowing the ability to easily dispose of friends. This only applies to the friends list.
Extension Basic Information
Name | Roblox Friend Removal Button |
ID | jgllchbkhjeiaombmpkapalbmpolmelp |
Official URL | https://chromewebstore.google.com/detail/roblox-friend-removal-but/jgllchbkhjeiaombmpkapalbmpolmelp |
Description | Useful for removing friends with ease. |
File Size | 23.61 KB |
Installation Count | 432,055 |
Current Version | 1.1.0 |
Last Updated | 2023-05-10 |
Publish Date | 2020-01-29 |
Rating | 4.26/5 Total 816 Ratings |
Developer | 1.#inf |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |