Reggy

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

Vad är Reggy?

Reggy är en Chrome-tillägg utvecklad av zbone3, och dess huvudfunktion är "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler".

Tilläggsskärmbilder

screenshot

Ladda ner Reggy-förlängningens CRX-fil

Ladda ner Reggy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reggy Reggy
ID pnneajlgffpejnabhionnhdfhibijihe
Officiell webbadress https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe
Beskrivning Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
Filstorlek 801 KB
Antal Installationer 8,569
Aktuell Version 3.2.0
Senast Uppdaterad 2024-01-09
Publiceringsdatum 2019-07-09
Betyg 4.83/5 Totalt 29 Betyg
Utvecklare zbone3
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58
Stödda Språk 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"
    }
}