Reggy

Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler

O que é Reggy?

Reggy é uma extensão do Chrome desenvolvida por zbone3, e sua principal característica é "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Reggy

Baixe arquivos de extensão Reggy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Generate random identities with temporary emails to speed up the registration process to any website. Reggy has a form-filling capability to quickly fill in most of the registration forms.
Feel free to send us recommendations regarding good temporary email services you would like us to add, new feature requests and bug reports.                    

Informações Básicas da Extensão

Nome Reggy Reggy
ID pnneajlgffpejnabhionnhdfhibijihe
URL Oficial https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe
Descrição Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
Tamanho do Arquivo 801 KB
Contagem de Instalações 8,569
Versão Atual 3.2.0
Última Atualização 2024-01-09
Data de Publicação 2019-07-09
Classificação 4.83/5 Total de 29 Avaliações
Desenvolvedor zbone3
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reggy",
    "version": "3.2.0",
    "manifest_version": 3,
    "description": "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler",
    "icons": {
        "16": "assets\/icons\/cool-16.png",
        "48": "assets\/icons\/cool-48.png",
        "128": "assets\/icons\/cool-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "bundle\/background.bundle.js"
    },
    "action": {
        "default_icon": "assets\/icons\/cool-512.png",
        "default_popup": "pages\/main.html"
    }
}