Track Me Not

See who's tracking your emails and block them from doing so.

Track Me Notとは何ですか?

Track Me Notはhttps://amanjain.comによって開発されたChromeの拡張機能で、その主な機能は「See who's tracking your emails and block them from doing so.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Track Me Not拡張機能のCRXファイルをダウンロード

Track Me Not拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "Track Me Not" detects the invisible tracker hiding inside an email and silently passing your email activity to the sender. It also blocks the trackers and notifies you about it.

PLEASE NOTE:
It works for the following web mails:
  · http://www.gmail.com/
 
It blocks the trackers from following services:
  · http://bananatag.com/
  · http://contactmonkey.com/
  · https://dyn.com/
  · http://www.mailchimp.com/
  · http://mandrillapp.com/
  · http://www.getsidekick.com/
  · http://www.streak.com/
  · http://www.yesware.com/

It also block trackers in emails from:
  · Amazon (.com & .in)
  · Dropbox
  · Facebook
  · Flipkart
  · Linkedin
  · NewRelic
  · Quora
  · Trello
  · Uber

Questions? Ask me here: http://twitter.com/amanjain                    

拡張機能の基本情報

名前 Track Me Not Track Me Not
ID aplepkehejihebabfhghmdelnbppchnp
公式URL https://chromewebstore.google.com/detail/track-me-not/aplepkehejihebabfhghmdelnbppchnp
説明 See who's tracking your emails and block them from doing so.
ファイルサイズ 8.53 KB
インストール数 2,636
現在のバージョン 0.3.2
最終更新日 2015-03-25
公開日 2015-03-24
評価 4.19/5 合計 16 レビュー
開発者 https://amanjain.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Track Me Not",
    "version": "0.3.2",
    "description": "See who's tracking your emails and block them from doing so.",
    "icons": {
        "128": "assets\/logo-128x128.png"
    },
    "author": "Aman Kumar Jain",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}