MailBlock
Disable tracking from Gmail
什么是MailBlock?
MailBlock是由Ruby.co开发的Chrome扩展程序,该扩展的主要功能是“Disable tracking from Gmail”。
扩展截图
下载MailBlock扩展crx文件
下载MailBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stop people tracking your email opens on Gmail. 90% of all marketing emails and 20% of all personal emails have embedded tracking. This lets the sender how many times you open their email and your location when you opened it. MailBlock stops almost 100 different vendors from tracking your email opens. We maintain the largest block list and update the list every week.
扩展基本信息
名称 | MailBlock |
ID | kpkdnknkibkomaciedabmbnoijaejdjg |
官方URL | https://chromewebstore.google.com/detail/mailblock/kpkdnknkibkomaciedabmbnoijaejdjg |
简介 | Disable tracking from Gmail |
文件大小 | 124 KB |
安装次数 | 19 |
当前版本 | 0.0.5 |
更新时间 | 2019-04-17 |
上架时间 | 2019-04-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Ruby.co |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mailblock.io |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MailBlock", "description": "Disable tracking from Gmail", "version": "0.0.5", "browser_action": [], "web_accessible_resources": [ "images\/*", "welcome.html", "settings.html", "css\/bootstrap.min.css" ], "background": { "scripts": [ "vendor\/jquery.min.js", "js\/background.js", "js\/common.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "vendor\/inboxsdk.js", "vendor\/jquery.min.js", "js\/content.js", "js\/common.js" ], "css": [ "css\/style.css" ] } ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "19": "images\/icon-19.png", "48": "images\/icon-48.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/mail.google.com\/*", "webRequest", "webRequestBlocking", "*:\/\/*.googleusercontent.com\/*", "storage", "https:\/\/*.mailblock.io\/*" ], "manifest_version": 2 } |