Throwaway
Securely generate a digital identity for testing and privacy.
Qu'est-ce que Throwaway ?
Throwaway est une extension Chrome développée par https://throwaway.raslan.dev, et sa fonction principale est "Securely generate a digital identity for testing and privacy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Throwaway
Téléchargez les fichiers d'extension Throwaway au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Throwaway |
ID | ckchejeejieimhknlpiipmmjcapomggi |
URL Officiel | https://chromewebstore.google.com/detail/throwaway/ckchejeejieimhknlpiipmmjcapomggi |
Description | Securely generate a digital identity for testing and privacy. |
Taille du Fichier | 1.04 MB |
Nombre d'Installations | 160 |
Version Actuelle | 3.1.0 |
Dernière Mise à Jour | 2023-06-05 |
Date de Publication | 2021-02-24 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://throwaway.raslan.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://throwaway.raslan.dev |
URL de la Page de Politique de Confidentialité | https://www.privacypolicygenerator.info/live.php?token=EQgKPlU5uvbh0JKNIYyvunOAPKNElSvT |
Langues Prises en Charge | 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 } ] } |