Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "Roblox Friend Remover Button", "default_locale": "en", "version": "6", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ] } ], "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png", "128": "128x128.png" } }