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 |
Eメール | [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 } |