StopSpam.app - Temporary Email without ads
StopSpam - Temporary Email
What is StopSpam.app - Temporary Email without ads?
StopSpam.app - Temporary Email without ads is a Chrome extension developed by https://stopspam.app, and its main feature is "StopSpam - Temporary Email".
Extension Screenshots
Download StopSpam.app - Temporary Email without ads Extension CRX File
Download StopSpam.app - Temporary Email without ads 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
Temporary disposable email address. StopSpam.app provides temporary, secure, anonymous, free, disposable email address without ads. Keep your real mailbox clean and secure. Also you can use our Android app. You can use your own domain with us also, just contact us.
Extension Basic Information
Name | |
ID | nhnmkagklnnjefkfdaomccibapkggbeh |
Official URL | https://chromewebstore.google.com/detail/stopspamapp-temporary-ema/nhnmkagklnnjefkfdaomccibapkggbeh |
Description | StopSpam - Temporary Email |
File Size | 288 KB |
Installation Count | 25 |
Current Version | 1.5.0 |
Last Updated | 2019-10-29 |
Publish Date | 2019-10-29 |
Developer | https://stopspam.app |
Payment Type | free |
Extension Website | https://stopspam.app |
Help Page URL | https://stopspam.app |
Privacy Policy Page URL | https://stopspam.app/terms-and-conditions |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StopSpam.app - Temporary Email without ads", "description": "StopSpam - Temporary Email", "version": "1.5.0", "manifest_version": 2, "icons": { "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "StopSpam.app", "default_popup": "popup\/popup.html" }, "permissions": [ "storage", "cookies", "https:\/\/*.stopspam.app\/*" ], "background": { "scripts": [ "background.js" ] } } |