Roblox Cancel Pending Requests
Allows you to cancel pending friend requests on Roblox
Was ist Roblox Cancel Pending Requests?
Roblox Cancel Pending Requests ist eine Chrome-Erweiterung, die von bg9 entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to cancel pending friend requests on Roblox".
Erweiterungsscreenshots
Roblox Cancel Pending Requests-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roblox Cancel Pending Requests-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Roblox Cancel Pending Requests |
ID | lcbammllahiomehmmgknajealgajchbp |
Offizielle URL | https://chromewebstore.google.com/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp |
Beschreibung | Allows you to cancel pending friend requests on Roblox |
Dateigröße | 50.56 KB |
Installationsanzahl | 19,808 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-06-10 |
Veröffentlichungsdatum | 2021-05-27 |
Bewertung | 4.31/5 Insgesamt 35 Bewertungen |
Entwickler | bg9 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |