Cool Username Generator
Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.
Τι είναι το Cool Username Generator;
Το Cool Username Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cool Browser Extensions, και η κύρια λειτουργία του είναι "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Cool Username Generator
Λήψη αρχείων επέκτασης Cool Username Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you struggle to come up with creative usernames? Do you regularly have to create new accounts with the same service? Are you still using the same username that you made as a teenager years ago across all kinds of different platforms? Companies, Hackers and Stalkers can build a profile on you by linking accounts from multiple websites with the same username. Take back your privacy today! It's also just a lot of fun to see what suggestions you get and has enough settings to make them as simple, or as complicated as you want.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Cool Username Generator |
ID | hkecapnchmkamaafdepnkmbhoodimkei |
Επίσημο URL | https://chromewebstore.google.com/detail/cool-username-generator/hkecapnchmkamaafdepnkmbhoodimkei |
Περιγραφή | Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking. |
Μέγεθος Αρχείου | 371 KB |
Αριθμός Εγκαταστάσεων | 149 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2022-03-16 |
Ημερομηνία Δημοσίευσης | 2022-03-07 |
Αξιολόγηση | 4.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Cool Browser Extensions |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cool-username-generator.surge.sh |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cool Username Generator", "description": "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "Cool Username Generator", "default_popup": "popups\/popup.html", "default_icon": { "32": "icons\/32.png", "72": "icons\/72.png", "128": "icons\/128.png", "512": "icons\/512.png" } }, "icons": { "32": "icons\/32.png", "72": "icons\/72.png", "128": "icons\/128.png", "512": "icons\/512.png" } } |