Track Me Not

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

Track Me Not là gì?

Track Me Not là một tiện ích mở rộng Chrome được phát triển bởi https://amanjain.com, và tính năng chính của nó là "See who's tracking your emails and block them from doing so.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Track Me Not

Tải xuống các tệp mở rộng Track Me Not dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        "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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Track Me Not Track Me Not
ID aplepkehejihebabfhghmdelnbppchnp
URL Chính Thức https://chromewebstore.google.com/detail/track-me-not/aplepkehejihebabfhghmdelnbppchnp
Mô tả See who's tracking your emails and block them from doing so.
Kích Thước Tệp 8.53 KB
Số Lần Cài Đặt 2,636
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2015-03-25
Ngày Phát Hành 2015-03-24
Đánh Giá 4.19/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://amanjain.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}