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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } ] } |