Cool Username Generator
Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.
Qu'est-ce que Cool Username Generator ?
Cool Username Generator est une extension Chrome développée par Cool Browser Extensions, et sa fonction principale est "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cool Username Generator
Téléchargez les fichiers d'extension Cool Username Generator 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
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.
Informations de Base sur l'Extension
Nom | Cool Username Generator |
ID | hkecapnchmkamaafdepnkmbhoodimkei |
URL Officiel | https://chromewebstore.google.com/detail/cool-username-generator/hkecapnchmkamaafdepnkmbhoodimkei |
Description | Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking. |
Taille du Fichier | 371 KB |
Nombre d'Installations | 149 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-03-16 |
Date de Publication | 2022-03-07 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | Cool Browser Extensions |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cool-username-generator.surge.sh |
Langues Prises en Charge | 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" } } |