Reggy

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

Co to jest Reggy?

Reggy to rozszerzenie Chrome opracowane przez zbone3, a jego główną funkcją jest „Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reggy

Pobierz pliki rozszerzeń Reggy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reggy Reggy
ID pnneajlgffpejnabhionnhdfhibijihe
Oficjalny URL https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe
Opis Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
Rozmiar pliku 801 KB
Liczba instalacji 8,569
Aktualna Wersja 3.2.0
Ostatnia Aktualizacja 2024-01-09
Data Publikacji 2019-07-09
Ocena 4.83/5 Łącznie 29 Oceny
Deweloper zbone3
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58
Obsługiwane Języki 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"
    }
}