Thai Citizen ID Generator

Generate valid Thai Citizen ID numbers.

Thai Citizen ID Generator क्या है?

Thai Citizen ID Generator jomkongvut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate valid Thai Citizen ID numbers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thai Citizen ID Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Thai Citizen ID Generator is a simple and user-friendly Chrome extension that allows you to generate valid Thai Citizen ID numbers quickly and easily. The generated ID numbers can be used for testing purposes or as placeholders in development projects.

Key features:

Generate valid Thai Citizen IDs: The extension ensures that the generated ID numbers follow the correct format and are valid according to the Thai Citizen ID numbering system.

No leading zeros: The extension guarantees that the generated ID numbers will not start with a zero, ensuring a more realistic ID number.

Easy copy functionality: Simply click on the generated ID to copy it to your clipboard. A small alert will notify you when the ID has been successfully copied.

Fast and lightweight: The Thai Citizen ID Generator is designed to be efficient and lightweight, causing no impact on your browser's performance.

Please note that this extension is intended for development and testing purposes only and should not be used to generate fake Thai Citizen IDs for any illegal activities. By using this extension, you agree to use it responsibly and in accordance with the law.

Disclaimer: This extension is not affiliated with or endorsed by any government agency or organization in Thailand.                    

एक्सटेंशन की मूल जानकारी

नाम Thai Citizen ID Generator Thai Citizen ID Generator
ID epjdfiocihakcbcndegikddpdokoanip
आधिकारिक URL https://chromewebstore.google.com/detail/thai-citizen-id-generator/epjdfiocihakcbcndegikddpdokoanip
विवरण Generate valid Thai Citizen ID numbers.
फ़ाइल का आकार 28.3 KB
स्थापना संख्या 148
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-03-26
प्रकाशन तिथि 2023-03-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jomkongvut
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thai Citizen ID Generator",
    "version": "1.0",
    "description": "Generate valid Thai Citizen ID numbers.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}