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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |