Temp Mail A+ - Disposable email
Extension to generate Temp Mail - Disposable email
What is Temp Mail A+ - Disposable email?
Temp Mail A+ - Disposable email is a Chrome extension developed by https://tempmaila.com, and its main feature is "Extension to generate Temp Mail - Disposable email".
Extension Screenshots
Download Temp Mail A+ - Disposable email Extension CRX File
Download Temp Mail A+ - Disposable email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A disposable email is typically a temporary email address that is used only once and often for a short period of time. Disposable email addresses can be used in place of your personal email address and can help protect your privacy by preventing spam or unwanted mail. They are convenient when signing up for many websites or services and can be automatically deleted after a few hours or a few days.
Extension Basic Information
Name | Temp Mail A+ - Disposable email |
ID | imbgcdakhillciogjocnopkdfnbepnff |
Official URL | https://chromewebstore.google.com/detail/temp-mail-a+-disposable-e/imbgcdakhillciogjocnopkdfnbepnff |
Description | Extension to generate Temp Mail - Disposable email |
File Size | 302 KB |
Installation Count | 21 |
Current Version | 1.0 |
Last Updated | 2023-02-23 |
Publish Date | 2023-02-23 |
Developer | https://tempmaila.com |
[email protected] | |
Payment Type | free |
Extension Website | https://tempmaila.com |
Help Page URL | https://tempmaila.com/contact |
Privacy Policy Page URL | https://tempmaila.com/page/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "action": { "default_icon": { "16": "assets\/images\/16x16.png", "32": "assets\/images\/48x48.png", "48": "assets\/images\/128x128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "js": [ "assets\/js\/jquery-3.6.0.min.js", "assets\/js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Extension to generate Temp Mail - Disposable email", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "assets\/images\/128x128.png", "16": "assets\/images\/16x16.png", "32": "assets\/images\/48x48.png" }, "manifest_version": 3, "name": "Temp Mail A+ - Disposable email", "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "alarms" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |