Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }