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. 擴展基本資訊
| 名稱 | |
| ID | jgllchbkhjeiaombmpkapalbmpolmelp |
| 官方網址 | 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"
}
} | |