TrashMail.com: Create disposable address
Create disposable email addresses.
What is TrashMail.com: Create disposable address?
TrashMail.com: Create disposable address is a Chrome extension developed by https://trashmail.com, and its main feature is "Create disposable email addresses.".
Extension Screenshots
Download TrashMail.com: Create disposable address Extension CRX File
Download TrashMail.com: Create disposable address 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
Create free forwarding disposable email addresses and paste them directly in forms. This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters...
Extension Basic Information
Name | TrashMail.com: Create disposable address |
ID | fihbdpohplcdnhllhliaeapefmmpcdjo |
Official URL | https://chromewebstore.google.com/detail/trashmailcom-create-dispo/fihbdpohplcdnhllhliaeapefmmpcdjo |
Description | Create disposable email addresses. |
File Size | 628 KB |
Installation Count | 4,274 |
Current Version | 3.0.1 |
Last Updated | 2017-03-29 |
Publish Date | 2017-03-29 |
Rating | 4.35/5 Total 17 Ratings |
Developer | https://trashmail.com |
[email protected] | |
Payment Type | free |
Extension Website | https://trashmail.com |
Help Page URL | https://trashmail.com/forum/ |
Privacy Policy Page URL | https://xitroo.com/datenschutz |
Supported Languages | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "manifest_version": 2, "version": "3.0.1", "description": "__MSG_extensionDescription__", "default_locale": "en", "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "contextMenus" ], "icons": { "16": "Icon-16.png", "19": "Icon-19.png", "32": "Icon-32.png", "48": "Icon-48.png", "128": "Icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/trashmail.js", "js\/console.js", "js\/utils.js", "js\/content.js", "js\/platform.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": "images\/Icon-19.png", "default_title": "__MSG_extensionName__", "default_popup": "menu.html" } } |