RoFriender
Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension.
RoFriender란 무엇입니까?
RoFriender은(는) static에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension."입니다.
확장 프로그램 스크린샷
RoFriender 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Roblox extension is a convenient and efficient tool for users who want to clean up their friend list and remove any unnecessary or unwanted friends. It is easy to use and can save users a lot of time and effort. Select Feature: This function allows users to go through a list of their friends on Roblox and select the ones they want to remove. The extension will then remove the selected friends from the user's friend list. Clear Feature: This function allows users to remove all of their friends on Roblox at once. The extension will remove all of the user's friends in one go, saving them the time and effort of going through their friend list one by one. !! What's New !! - The option to search through friends has been added! Instead of having to read through your infinite friends list, it lets users search for friends by username or display name! - We added the option of selecting all friends at once because we noted from reading many reviews that individuals found scrolling to be tiresome and would want to have that choice. We heard you when you said it!
확장 프로그램 기본 정보
이름 | RoFriender |
ID | mfpeoppoodjigpoamnajfpkodfpbodpa |
공식 URL | https://chromewebstore.google.com/detail/rofriender/mfpeoppoodjigpoamnajfpkodfpbodpa |
설명 | Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension. |
파일 크기 | 367 KB |
설치 횟수 | 10,564 |
현재 버전 | 2.3 |
최근 업데이트 | 2023-11-01 |
출시 날짜 | 2022-07-01 |
평점 | 4.16/5 총 45 개의 평점 |
개발자 | static |
이메일 | [email protected] |
결제 유형 | in_app |
도움말 페이지 URL | https://discord.com/invite/eDB8BNRFj3 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3", "name": "RoFriender", "description": "Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension.", "action": { "default_popup": "client\/popup.html" }, "icons": { "16": "client\/assets\/RoFriender16.png", "32": "client\/assets\/RoFriender32.png", "48": "client\/assets\/RoFriender48.png", "128": "client\/assets\/RoFriender128.png" }, "background": { "service_worker": "client\/js\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.roblox.com\/*", "http:\/\/*.roblox.com\/" ], "manifest_version": 3 } |