Roblox Friend Removal Button
Useful for removing friends with ease.
什么是Roblox Friend Removal Button?
Roblox Friend Removal Button是由1.#inf开发的Chrome扩展程序,该扩展的主要功能是“Useful for removing friends with ease.”。
扩展截图
下载Roblox Friend Removal Button扩展crx文件
下载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 |
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" } } |