Roblox Cancel Pending Requests
Allows you to cancel pending friend requests on Roblox
Cos'è Roblox Cancel Pending Requests?
Roblox Cancel Pending Requests è un'estensione di Chrome sviluppata da bg9, e la sua funzione principale è "Allows you to cancel pending friend requests on Roblox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Cancel Pending Requests
Scarica i file di estensione Roblox Cancel Pending Requests in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Roblox Cancel Pending Requests |
ID | lcbammllahiomehmmgknajealgajchbp |
URL Ufficiale | https://chromewebstore.google.com/detail/roblox-cancel-pending-req/lcbammllahiomehmmgknajealgajchbp |
Descrizione | Allows you to cancel pending friend requests on Roblox |
Dimensione del File | 50.56 KB |
Conteggio Installazioni | 19,808 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-06-10 |
Data di Pubblicazione | 2021-05-27 |
Valutazione | 4.31/5 Totale 35 Valutazioni |
Sviluppatore | bg9 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |