Throwaway
Securely generate a digital identity for testing and privacy.
什麼是Throwaway?
Throwaway是由https://throwaway.raslan.dev開發的Chrome擴展程式,該擴展的主要功能是“Securely generate a digital identity for testing and privacy.”。
擴展截圖
下載Throwaway擴展crx文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | ckchejeejieimhknlpiipmmjcapomggi | 
| 官方網址 | 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
        }
    ]
}  |  |