Throwaway

Securely generate a digital identity for testing and privacy.

O que é Throwaway?

Throwaway é uma extensão do Chrome desenvolvida por https://throwaway.raslan.dev, e sua principal característica é "Securely generate a digital identity for testing and privacy.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Throwaway

Baixe arquivos de extensão Throwaway no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Throwaway Throwaway
ID ckchejeejieimhknlpiipmmjcapomggi
URL Oficial https://chromewebstore.google.com/detail/throwaway/ckchejeejieimhknlpiipmmjcapomggi
Descrição Securely generate a digital identity for testing and privacy.
Tamanho do Arquivo 1.04 MB
Contagem de Instalações 160
Versão Atual 3.1.0
Última Atualização 2023-06-05
Data de Publicação 2021-02-24
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://throwaway.raslan.dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://throwaway.raslan.dev
URL da Página de Política de Privacidade https://www.privacypolicygenerator.info/live.php?token=EQgKPlU5uvbh0JKNIYyvunOAPKNElSvT
Idiomas Suportados 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
        }
    ]
}