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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } } |