GERADOR DE DADOS FAKE

GERA DADOS ALEATORIOS A PARTIR DO SITE https://4devs.com.br/

What is GERADOR DE DADOS FAKE?

GERADOR DE DADOS FAKE is a Chrome extension developed by v3rlly, and its main feature is "GERA DADOS ALEATORIOS A PARTIR DO SITE https://4devs.com.br/".

Extension Screenshots

screenshot

Download GERADOR DE DADOS FAKE Extension CRX File

Download GERADOR DE DADOS FAKE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ferramenta que gera dados de pessoas. muito útil para teste de validação de dados.

- cada identidade gera um email temporário válido no yopmail.com
- salve uma senha padrão usada com frequência nos testes (clique no ícone na parte superior direita do navegador e defina a senha)

Após a instalação, reinicie o navegador para que a extensão passe a funcionar corretamente.                    

Extension Basic Information

Name GERADOR DE DADOS FAKE GERADOR DE DADOS FAKE
ID mkmenncfilhnbhmpjckebmfcccdpangl
Official URL https://chrome.google.com/webstore/detail/gerador-de-dados-fake/mkmenncfilhnbhmpjckebmfcccdpangl
Description GERA DADOS ALEATORIOS A PARTIR DO SITE https://4devs.com.br/
File Size 42.54 KB
Installation Count 315
Current Version 1.1
Last Updated 2020-09-09
Publish Date 2020-06-29
Rating 1.50/5 Total 4 Ratings
Developer v3rlly
Email [email protected]
Payment Type free
Extension Website https://github.com/v3rlly/gerador-de-dados-fake
Help Page URL https://github.com/v3rlly/gerador-de-dados-fake
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GERADOR DE DADOS FAKE",
    "description": "GERA DADOS ALEATORIOS A PARTIR DO SITE https:\/\/4devs.com.br\/",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "GERADOR DE DADOS - CONFIG",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}