Throwaway

Securely generate a digital identity for testing and privacy.

Throwaway là gì?

Throwaway là một tiện ích mở rộng Chrome được phát triển bởi https://throwaway.raslan.dev, và tính năng chính của nó là "Securely generate a digital identity for testing and privacy.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Throwaway

Tải xuống các tệp mở rộng Throwaway dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Throwaway Throwaway
ID ckchejeejieimhknlpiipmmjcapomggi
URL Chính Thức https://chromewebstore.google.com/detail/throwaway/ckchejeejieimhknlpiipmmjcapomggi
Mô tả Securely generate a digital identity for testing and privacy.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2023-06-05
Ngày Phát Hành 2021-02-24
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://throwaway.raslan.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://throwaway.raslan.dev
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=EQgKPlU5uvbh0JKNIYyvunOAPKNElSvT
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}