Reggy

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

Cos'è Reggy?

Reggy è un'estensione di Chrome sviluppata da zbone3, e la sua funzione principale è "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reggy

Scarica i file di estensione Reggy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Reggy Reggy
ID pnneajlgffpejnabhionnhdfhibijihe
URL Ufficiale https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe
Descrizione Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
Dimensione del File 801 KB
Conteggio Installazioni 8,569
Versione Corrente 3.2.0
Ultimo Aggiornamento 2024-01-09
Data di Pubblicazione 2019-07-09
Valutazione 4.83/5 Totale 29 Valutazioni
Sviluppatore zbone3
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58
Lingue Supportate 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"
    }
}