Reggy

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

什么是Reggy?

Reggy是由zbone3开发的Chrome扩展程序,该扩展的主要功能是“Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler”。

扩展截图

screenshot

下载Reggy扩展crx文件

下载Reggy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Reggy Reggy
ID pnneajlgffpejnabhionnhdfhibijihe
官方URL https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe
简介 Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
文件大小 801 KB
安装次数 8,569
当前版本 3.2.0
更新时间 2024-01-09
上架时间 2019-07-09
评分 4.83/5 共29次评分
开发者 zbone3
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58
支持的语言 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"
    }
}