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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zbone3 และคุณลักษณะหลักของมันคือ "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reggy

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}