Reggy
Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
What is Reggy?
Reggy is a Chrome extension developed by zbone3, and its main feature is "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler".
Extension Screenshots
Download Reggy Extension CRX File
Download Reggy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Reggy |
ID | pnneajlgffpejnabhionnhdfhibijihe |
Official URL | 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 |
File Size | 801 KB |
Installation Count | 8,569 |
Current Version | 3.2.0 |
Last Updated | 2024-01-09 |
Publish Date | 2019-07-09 |
Rating | 4.83/5 Total 29 Ratings |
Developer | zbone3 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58 |
Supported Languages | 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" } } |