Cool Username Generator

Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.

Hvad er Cool Username Generator?

Cool Username Generator er en Chrome-udvidelse udviklet af Cool Browser Extensions, og dens hovedfunktion er "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Cool Username Generator-udvidelses-CRX-fil

Download Cool Username Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cool Username Generator Cool Username Generator
ID hkecapnchmkamaafdepnkmbhoodimkei
Officiel URL https://chromewebstore.google.com/detail/cool-username-generator/hkecapnchmkamaafdepnkmbhoodimkei
Beskrivelse Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.
Filstørrelse 371 KB
Antal Installationer 149
Nuværende Version 1.0.1
Senest Opdateret 2022-03-16
Udgivelsesdato 2022-03-07
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler Cool Browser Extensions
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://cool-username-generator.surge.sh
Understøttede Sprog 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"
    }
}