34NM
A disposable email provider
What is 34NM?
34NM is a Chrome extension developed by https://34nm.com, and its main feature is "A disposable email provider".
Extension Screenshots
Download 34NM Extension CRX File
Download 34NM 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 email address shorter and trigger its availability.
Extension Basic Information
Name | 34NM |
ID | lkihifdblokoepldapmjcikfcokkgibg |
Official URL | https://chromewebstore.google.com/detail/34nm/lkihifdblokoepldapmjcikfcokkgibg |
Description | A disposable email provider |
File Size | 47.35 KB |
Installation Count | 10 |
Current Version | 2.0.1 |
Last Updated | 2014-09-10 |
Publish Date | 2014-09-09 |
Developer | https://34nm.com |
Payment Type | free |
Extension Website | https://github.com/34nm/34nm-chrome-extension |
Help Page URL | https://github.com/34nm/34nm-chrome-extension |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "zh_CN", "author": "Meng Zhuo", "name": "34NM", "description": "__MSG_mail_forwarder_description__", "version": "2.0.1", "icons": { "128": "icon_large.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon_disable.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/34nm.com\/api\/", "alarms", "storage" ], "background": { "scripts": [ "\/js\/events.js" ], "persistent": false } } |