Countries Codes

Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more!

Apa itu Countries Codes?

Countries Codes adalah ekstensi Chrome yang dikembangkan oleh https://xstudio.digital, dan fitur utamanya adalah "Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Countries Codes

Unduh file ekstensi Countries Codes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Generate Fake Codes instantly on the browser! 
* Completely Free
* No Info Required

Generate Right Now:
ABA, ABN, ACN, ALV, ANUM, BIC, BN, BTW, CARD, CEI, CEP, CNPJ, CPF, CUSIP, CVR, DDV, EAN, FPA, IBAN, IMEI, IMO, IPV4, IPV6, ISBN, ISIN, ISMN, ISSN, NIF, NINO, NIT, NPI, NRIC, PVM, RG, RIF, RTN, SEDOL, SIN, SIREN, SIRET, SSN, SVNR, TFN, TRN, UID, VIN, VKN


Gere códigos falsos instantaneamente no navegador!
* Completamente grátis
* Nenhuma informação necessária

Gere agora mesmo:
ABA, ABN, ACN, ALV, ANUM, BIC, BN, BTW, CARD, CEI, CEP, CNPJ, CPF, CUSIP, CVR, DDV, EAN, FPA, IBAN, IMEI, IMO, IPV4, IPV6, ISBN, ISIN, ISMN, ISSN, NIF, NINO, NIT, NPI, NRIC, PVM, RG, RIF, RTN, SEDOL, SIN, SIREN, SIRET, SSN, SVNR, TFN, TRN, UID, VIN, VKN                    

Informasi Dasar Ekstensi

Nama Countries Codes Countries Codes
ID gigomimojeedpebekchjmdmjbfoppnhh
URL Resmi https://chromewebstore.google.com/detail/countries-codes/gigomimojeedpebekchjmdmjbfoppnhh
Deskripsi Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more!
Ukuran File 833 KB
Jumlah Instalasi 13
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2022-01-06
Tanggal Publikasi 2022-01-05
Pengembang https://xstudio.digital
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://futnews.vercel.app/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countries Codes",
    "version": "0.0.2",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more! ",
    "homepage_url": "https:\/\/github.com\/xstudiodigital\/countries-codes",
    "short_name": "Countries Codes",
    "permissions": [
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "xstudiodigital",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon-16.png",
            "32": "assets\/icons\/favicon-32.png",
            "48": "assets\/icons\/favicon-48.png",
            "128": "assets\/icons\/favicon-128.png"
        },
        "default_title": "Countries Codes",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    }
}