Cool Username Generator

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

Cool Username Generator là gì?

Cool Username Generator là một tiện ích mở rộng Chrome được phát triển bởi Cool Browser Extensions, và tính năng chính của nó là "Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cool Username Generator

Tải xuống các tệp mở rộng Cool Username Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cool Username Generator Cool Username Generator
ID hkecapnchmkamaafdepnkmbhoodimkei
URL Chính Thức https://chromewebstore.google.com/detail/cool-username-generator/hkecapnchmkamaafdepnkmbhoodimkei
Mô tả Randomly generate millions of unique usernames. Spark creativity, forge new identities, avoid tracking.
Kích Thước Tệp 371 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-03-16
Ngày Phát Hành 2022-03-07
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Cool Browser Extensions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cool-username-generator.surge.sh
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}