Roblox Cancel Pending Requests
Allows you to cancel pending friend requests on Roblox
Roblox Cancel Pending Requests란 무엇입니까?
Roblox Cancel Pending Requests은(는) bg9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to cancel pending friend requests on Roblox"입니다.
확장 프로그램 스크린샷
Roblox Cancel Pending Requests 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is a highly requested feature on the roblox.com website, but was never added. With this extension you'll be able to cancel any pending friend requests you sent, an example of using this would be if you accidentally sent someone a friend request and would like to cancel it. If you experience any bugs, message bg9 on Roblox. Check out my other Roblox extensions: Roblox Better Friends Visited (redesigns the "friend activity" banner and adds back game rating + player count https://chrome.google.com/webstore/detail/roblox-better-friends-visted/lppmnchjiipllfomfmbfmehmgjdocghl
확장 프로그램 기본 정보
이름 | Roblox Cancel Pending Requests |
ID | lcbammllahiomehmmgknajealgajchbp |
공식 URL | https://chromewebstore.google.com/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp |
설명 | Allows you to cancel pending friend requests on Roblox |
파일 크기 | 50.56 KB |
설치 횟수 | 19,808 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-06-10 |
출시 날짜 | 2021-05-27 |
평점 | 4.31/5 총 35 개의 평점 |
개발자 | bg9 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox Cancel Pending Requests", "version": "1.0", "manifest_version": 2, "description": "Allows you to cancel pending friend requests on Roblox", "browser_action": { "default_icon": "\/icons\/icon128x128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.roblox.com\/users\/*" ], "run_at": "document_end", "js": [ "\/plugin.js" ] } ] } |