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ファイルをダウンロード
Roblox Cancel Pending Requests拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |