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
官方網址 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"
    }
}