RoFriender
Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension.
Τι είναι το RoFriender;
Το RoFriender είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον static, και η κύρια λειτουργία του είναι "Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης RoFriender
Λήψη αρχείων επέκτασης RoFriender σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Roblox extension is a convenient and efficient tool for users who want to clean up their friend list and remove any unnecessary or unwanted friends. It is easy to use and can save users a lot of time and effort. Select Feature: This function allows users to go through a list of their friends on Roblox and select the ones they want to remove. The extension will then remove the selected friends from the user's friend list. Clear Feature: This function allows users to remove all of their friends on Roblox at once. The extension will remove all of the user's friends in one go, saving them the time and effort of going through their friend list one by one. !! What's New !! - The option to search through friends has been added! Instead of having to read through your infinite friends list, it lets users search for friends by username or display name! - We added the option of selecting all friends at once because we noted from reading many reviews that individuals found scrolling to be tiresome and would want to have that choice. We heard you when you said it!
Βασικές Πληροφορίες Επέκτασης
Όνομα | RoFriender |
ID | mfpeoppoodjigpoamnajfpkodfpbodpa |
Επίσημο URL | https://chromewebstore.google.com/detail/rofriender/mfpeoppoodjigpoamnajfpkodfpbodpa |
Περιγραφή | Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension. |
Μέγεθος Αρχείου | 367 KB |
Αριθμός Εγκαταστάσεων | 10,564 |
Τρέχουσα Έκδοση | 2.3 |
Τελευταία Ενημέρωση | 2023-11-01 |
Ημερομηνία Δημοσίευσης | 2022-07-01 |
Αξιολόγηση | 4.16/5 Συνολικά 45 Αξιολογήσεις |
Προγραμματιστής | static |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Διεύθυνση URL της Σελίδας Βοήθειας | https://discord.com/invite/eDB8BNRFj3 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3", "name": "RoFriender", "description": "Easily remove friends on Roblox with RoFriender! Select individuals or remove all at once with this convenient extension.", "action": { "default_popup": "client\/popup.html" }, "icons": { "16": "client\/assets\/RoFriender16.png", "32": "client\/assets\/RoFriender32.png", "48": "client\/assets\/RoFriender48.png", "128": "client\/assets\/RoFriender128.png" }, "background": { "service_worker": "client\/js\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.roblox.com\/*", "http:\/\/*.roblox.com\/" ], "manifest_version": 3 } |