Temp Mail - Disposable Temporary Email
Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail.
Temp Mail - Disposable Temporary Email क्या है?
Temp Mail - Disposable Temporary Email https://temp-mail.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Temp Mail - Disposable Temporary Email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Temp Mail provides temporary, secure, anonymous, free, disposable email address. Forget about spam, advertising mailings, hacking and attacking robots. Keep your real mailbox clean and secure. Our extension is advanced version of services like : 10minutemail, guerrillamail, mailinator, getairmail, throwawaymail, tempmail and others.
एक्सटेंशन की मूल जानकारी
नाम | Temp Mail - Disposable Temporary Email |
ID | inojafojbhdpnehkhhfjalgjjobnhomj |
आधिकारिक URL | https://chromewebstore.google.com/detail/temp-mail-disposable-temp/inojafojbhdpnehkhhfjalgjjobnhomj |
विवरण | Temporary disposable email address. Protect your email from spam, bots and phishing with TempMail. |
फ़ाइल का आकार | 390 KB |
स्थापना संख्या | 277,144 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2023-02-07 |
प्रकाशन तिथि | 2019-12-02 |
रेटिंग | 4.86/5 कुल 1755 रेटिंग्स |
डेवलपर | https://temp-mail.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://temp-mail.org |
सहायता पृष्ठ URL | https://temp-mail.org/contact |
गोपनीयता नीति पृष्ठ URL | https://temp-mail.org/privacy-policy |
समर्थित भाषाएँ | de,en,en-GB,en-US,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,sr,ru,uk,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "TempMail", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.1.0", "default_locale": "en", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "img\/16x16.png", "128": "img\/128x128.png", "48": "img\/48x48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "img\/128x128.png", "default_popup": "popup.html", "default_title": "TempMail" }, "web_accessible_resources": [], "permissions": [ "storage", "notifications", "tabs", "contextMenus", "alarms" ], "host_permissions": [ "*:\/\/*.temp-mail.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end", "all_frames": true } ] } |