Countries Codes
Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more!
什麼是Countries Codes?
Countries Codes是由https://xstudio.digital開發的Chrome擴展程式,該擴展的主要功能是“Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more!”。
擴展截圖
下載Countries Codes擴展crx文件
下載Countries Codes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Countries Codes |
ID | gigomimojeedpebekchjmdmjbfoppnhh |
官方網址 | https://chromewebstore.google.com/detail/countries-codes/gigomimojeedpebekchjmdmjbfoppnhh |
簡介 | Generate Fake Codes instantly on the browser! IMEI, VAT, ISBN, IPV4, CPF, CNPJ, CEP, RG SSN and more! |
檔案大小 | 833 KB |
安裝次數 | 13 |
目前版本 | 0.0.2 |
更新時間 | 2022-01-06 |
上架時間 | 2022-01-05 |
開發者 | https://xstudio.digital |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://futnews.vercel.app/privacy |
支援的語言 | 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 } } |