Cool Username Generator

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

什么是Cool Username Generator?

Cool Username Generator是由Cool Browser Extensions开发的Chrome扩展程序,该扩展的主要功能是“Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Cool Username Generator扩展crx文件

下载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 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"
    }
}