Xitroo: Disposable address
Create disposable email addresses.
什么是Xitroo: Disposable address?
Xitroo: Disposable address是由https://xitroo.com开发的Chrome扩展程序,该扩展的主要功能是“Create disposable email addresses.”。
扩展截图
下载Xitroo: Disposable address扩展crx文件
下载Xitroo: Disposable address扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create disposable email addresses and check out incoming emails with one click! Perfect for very quick registering on sites without giving out your real email address to protect you against spam.
扩展基本信息
名称 | Xitroo: Disposable address |
ID | lpainalpleogholidilafkgfnhekkhbo |
官方URL | https://chromewebstore.google.com/detail/xitroo-disposable-address/lpainalpleogholidilafkgfnhekkhbo |
简介 | Create disposable email addresses. |
文件大小 | 267 KB |
安装次数 | 380 |
当前版本 | 1.0.1 |
更新时间 | 2016-11-27 |
上架时间 | 2016-11-27 |
评分 | 5.00/5 共1次评分 |
开发者 | https://xitroo.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://xitroo.com/datenschutz |
支持的语言 | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "manifest_version": 2, "version": "1.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__" } } |