Reggy

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

Qu'est-ce que Reggy ?

Reggy est une extension Chrome développée par zbone3, et sa fonction principale est "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reggy

Téléchargez les fichiers d'extension Reggy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Reggy Reggy
ID pnneajlgffpejnabhionnhdfhibijihe
URL Officiel https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe
Description Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
Taille du Fichier 801 KB
Nombre d'Installations 8,569
Version Actuelle 3.2.0
Dernière Mise à Jour 2024-01-09
Date de Publication 2019-07-09
Évaluation 4.83/5 Total 29 Évaluations
Développeur zbone3
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58
Langues Prises en Charge 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"
    }
}