Throwaway
Securely generate a digital identity for testing and privacy.
Wat is Throwaway?
Throwaway is een Chrome-extensie ontwikkeld door https://throwaway.raslan.dev, en de belangrijkste functie is "Securely generate a digital identity for testing and privacy.".
Extensie Screenshots
Download het CRX-bestand van de extensie Throwaway
Download Throwaway-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Throwaway |
ID | ckchejeejieimhknlpiipmmjcapomggi |
Officiële URL | https://chromewebstore.google.com/detail/throwaway/ckchejeejieimhknlpiipmmjcapomggi |
Beschrijving | Securely generate a digital identity for testing and privacy. |
Bestandsgrootte | 1.04 MB |
Aantal Installaties | 160 |
Huidige Versie | 3.1.0 |
Laatst Bijgewerkt | 2023-06-05 |
Publicatiedatum | 2021-02-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://throwaway.raslan.dev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://throwaway.raslan.dev |
URL van de Privacybeleid Pagina | https://www.privacypolicygenerator.info/live.php?token=EQgKPlU5uvbh0JKNIYyvunOAPKNElSvT |
Ondersteunde Talen | 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 } ] } |