Roblox Cancel Pending Requests
Allows you to cancel pending friend requests on Roblox
Qu'est-ce que Roblox Cancel Pending Requests ?
Roblox Cancel Pending Requests est une extension Chrome développée par bg9, et sa fonction principale est "Allows you to cancel pending friend requests on Roblox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roblox Cancel Pending Requests
Téléchargez les fichiers d'extension Roblox Cancel Pending Requests au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Roblox Cancel Pending Requests |
ID | lcbammllahiomehmmgknajealgajchbp |
URL Officiel | https://chromewebstore.google.com/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp |
Description | Allows you to cancel pending friend requests on Roblox |
Taille du Fichier | 50.56 KB |
Nombre d'Installations | 19,808 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-06-10 |
Date de Publication | 2021-05-27 |
Évaluation | 4.31/5 Total 35 Évaluations |
Développeur | bg9 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |