Cool Username Generator
Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.
Cos'è Cool Username Generator?
Cool Username Generator è un'estensione di Chrome sviluppata da Cool Browser Extensions, e la sua funzione principale è "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cool Username Generator
Scarica i file di estensione Cool Username Generator 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
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.
Informazioni di Base sull'Estensione
Nome | Cool Username Generator |
ID | hkecapnchmkamaafdepnkmbhoodimkei |
URL Ufficiale | https://chromewebstore.google.com/detail/cool-username-generator/hkecapnchmkamaafdepnkmbhoodimkei |
Descrizione | Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking. |
Dimensione del File | 371 KB |
Conteggio Installazioni | 149 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-03-16 |
Data di Pubblicazione | 2022-03-07 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Cool Browser Extensions |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cool-username-generator.surge.sh |
Lingue Supportate | 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" } } |