Throwaway

Securely generate a digital identity for testing and privacy.

Throwawayคืออะไร?

Throwaway เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://throwaway.raslan.dev และคุณลักษณะหลักของมันคือ "Securely generate a digital identity for testing and privacy."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Throwaway ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Throwaway aims to streamline the testing process, form filling and spam avoidance by allowing you to:

- Autofill forms with random data
- Generate and read disposable emails if you want to sign up for something that has verification and check the received email.
- Generate full user information for all types of testing purposes.
- Generate valid (but not real!) credit card numbers for validation testing.

Copyright 2023 Ali Raslan                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Throwaway Throwaway
ID ckchejeejieimhknlpiipmmjcapomggi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/throwaway/ckchejeejieimhknlpiipmmjcapomggi
คำอธิบาย Securely generate a digital identity for testing and privacy.
ขนาดไฟล์ 1.04 MB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2021-02-24
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://throwaway.raslan.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://throwaway.raslan.dev
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=EQgKPlU5uvbh0JKNIYyvunOAPKNElSvT
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Throwaway",
    "version": "3.1.0",
    "description": "Securely generate a digital identity for testing and privacy.",
    "short_name": "Throwaway",
    "icons": {
        "16": "assets\/icon-128.png",
        "32": "assets\/icon-128.png",
        "48": "assets\/icon-128.png",
        "128": "assets\/icon-128.png"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Throwaway",
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/icon-128.png",
            "32": "assets\/icon-128.png",
            "48": "assets\/icon-128.png",
            "128": "assets\/icon-128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.ts-loader-0926e83d.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index-6f25c2ed.js",
                "assets\/content-script.ts-10e450de.js"
            ],
            "use_dynamic_url": true
        }
    ]
}