Throwaway
Securely generate a digital identity for testing and privacy.
Throwaway क्या है?
Throwaway https://throwaway.raslan.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Securely generate a digital identity for testing and privacy."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Throwaway एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |