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 |
Eメール | [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" } } |