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
拡張機能の基本情報
名前 | Throwaway |
ID | ckchejeejieimhknlpiipmmjcapomggi |
公式URL | 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 |
Eメール | [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 } ] } |