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
官方網址 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"
    }
}