GERADOR DE DADOS FAKE

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

Wat is GERADOR DE DADOS FAKE?

GERADOR DE DADOS FAKE is een Chrome-extensie ontwikkeld door v3rlly, en de belangrijkste functie is "GERA DADOS ALEATORIOS A PARTIR DO SITE https://4devs.com.br/".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GERADOR DE DADOS FAKE

Download GERADOR DE DADOS FAKE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GERADOR DE DADOS FAKE GERADOR DE DADOS FAKE
ID mkmenncfilhnbhmpjckebmfcccdpangl
Officiële URL https://chrome.google.com/webstore/detail/gerador-de-dados-fake/mkmenncfilhnbhmpjckebmfcccdpangl
Beschrijving GERA DADOS ALEATORIOS A PARTIR DO SITE https://4devs.com.br/
Bestandsgrootte 42.54 KB
Aantal Installaties 315
Huidige Versie 1.1
Laatst Bijgewerkt 2020-09-09
Publicatiedatum 2020-06-29
Beoordeling 1.50/5 Totaal 4 Beoordelingen
Ontwikkelaar v3rlly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/v3rlly/gerador-de-dados-fake
Help Pagina-URL https://github.com/v3rlly/gerador-de-dados-fake
Ondersteunde Talen 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"
            ]
        }
    ]
}