Cool Username Generator

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

O que é Cool Username Generator?

Cool Username Generator é uma extensão do Chrome desenvolvida por Cool Browser Extensions, e sua principal característica é "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cool Username Generator

Baixe arquivos de extensão Cool Username Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cool Username Generator Cool Username Generator
ID hkecapnchmkamaafdepnkmbhoodimkei
URL Oficial https://chromewebstore.google.com/detail/cool-username-generator/hkecapnchmkamaafdepnkmbhoodimkei
Descrição Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.
Tamanho do Arquivo 371 KB
Contagem de Instalações 149
Versão Atual 1.0.1
Última Atualização 2022-03-16
Data de Publicação 2022-03-07
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor Cool Browser Extensions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cool-username-generator.surge.sh
Idiomas Suportados 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"
    }
}