Track Me Not

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

ما هو Track Me Not؟

Track Me Not هو إضافة Chrome تم تطويرها بواسطة https://amanjain.com، والميزة الرئيسية لها هي "See who's tracking your emails and block them from doing so.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Track Me Not

قم بتنزيل ملفات الامتداد Track Me Not بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        "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"
            ]
        }
    ]
}