MyTrackingChoices

Lets users browse the Web in peace by giving them back the control and providing fine-grained choices over widespread tracking.

MyTrackingChoicesとは何ですか?

MyTrackingChoicesはjagdish.acharaによって開発されたChromeの拡張機能で、その主な機能は「Lets users browse the Web in peace by giving them back the control and providing fine-grained choices over widespread tracking.」です。

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

screenshot

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

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

拡張機能の使用方法

                        [Please uninstall other Adblockers or disable blocking functionality in other anti-tracking extensions like Ghostery, DisConnect, PrivacyBadger etc. before installing MyTrackingChoices. Otherwise, your choices would not be completely respected.]

This extension lets you control how you are being tracked on the Internet. It allows you to choose the categories (e.g., health, adult) of the websites where you don’t want to be tracked on. When you browse the web, your visited webpages will be categorized on the fly and, depending on your choices, the extension will block the trackers (webpage by webpage) or not.

Existing anti-tracking (Ghostery, Disconnect etc.) and ad-blocking (AdBlock Plus etc.) tools block almost all trackers or ads. This has a negative impact on the Internet economy because free services/content on the Internet are fuelled by ads. As a result, websites are starting to block access to their content if they detect use of Ad-blockers or they ask users to move to a subscription-based model (where users have to pay to get access to the website).

This extension is testing another approach: It is trying to find a trade-off between privacy and economy, that would allow users to protect their privacy while still accessing to free content.

It is based on the assumption that most people are not against advertisements, but want to keep control over their data. We believe that some sites are more sensitive than others. In fact, most people don’t want to be tracked on “sensitive” websites (for example related to religion, health,…), but don’t see any problem to be tracked on less sensitive ones (such as news, sport,…). This extension allows you to take control and specify on which categories of sites you don’t want to be tracked on! Furthermore, the extension also gives you the option to block the trackers on specific websites.





=====================
How does it work?
=====================

After installing the extension, you need to configure your choice (by default, no categories are blocked). This is performed by clicking on “configure your tracking choices” option. You are then ready to go!

Important notes:
1. Chrome extension currently supports Web-pages in English, French, Spanish and Italian. It will not correctly work for Web-pages in other languages.
2. MyTrackingChoices extension does not rely on lists of trackers and classifies a third-party domain as a tracker if it is present on 3 or more different domains you visited. This implies that the extension becomes fully functional only after you will visit a couple of sites (after installation).







=============
FAQs
=============

1. How MyTrackingChoices is different from other anti-tracking tools?

First, existing anti-tracking tools give users the option to decide by which entity they don't want to be tracked. However, we believe that most users are concerned with other dimension, i.e., where they don't want to be tracked. Also, this is easy for most users to understand and configure the categories of the websites that are sensitive to them instead of choosing what trackers they want to block. Therefore, we provide this option to users. 

Secondly, unlike other anti-tracking or ad-blocking tools, we don't block the network requests of all trackers right away because this has an effect on Internet economy. We let user choose the categories (health, religion) of Web-pages that are privacy-sensitive to them and block the trackers on those pages only. 


2. Who are the developers of MyTrackingChoices?

We are researchers at INRIA Privatics team located at Grenoble, France.

The goals of the Privatics team is to study the new privacy threats introduced by the information society and design privacy-preserving solutions to prevent or at least mitigate them. The team follows a multidisciplinary approach. It focuses on technical and scientific problems, but also considers the economical, legal and social aspects of privacy.                    

拡張機能の基本情報

名前 MyTrackingChoices MyTrackingChoices
ID fmonkjimgifgcgeocdhhgbfoncmjclka
公式URL https://chrome.google.com/webstore/detail/mytrackingchoices/fmonkjimgifgcgeocdhhgbfoncmjclka
説明 Lets users browse the Web in peace by giving them back the control and providing fine-grained choices over widespread tracking.
ファイルサイズ 1.24 MB
インストール数 290
現在のバージョン 1.0.9
最終更新日 2016-04-12
公開日 2016-04-12
評価 4.43/5 合計 7 レビュー
開発者 jagdish.achara
支払い方法 free
拡張機能のウェブサイト https://myrealonlinechoices.inrialpes.fr/
ヘルプページのURL https://myrealonlinechoices.inrialpes.fr/#faqs
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyTrackingChoices",
    "description": "Lets users browse the Web in peace by giving them back the control and providing fine-grained choices over widespread tracking.",
    "version": "1.0.9",
    "background": {
        "scripts": [
            "scripts\/mapping_code_subcat.js",
            "scripts\/mapping_code_topcat.js",
            "scripts\/mapping_subcat_code.js",
            "scripts\/mapping_topcat_code.js",
            "scripts\/mapping_subcat_topcat.js",
            "scripts\/mapping_topcat_subcat.js",
            "scripts\/url_parsing\/tlds.js",
            "scripts\/url_parsing\/ParseURL.js",
            "scripts\/webpage_classification\/en_stopwords.js",
            "scripts\/webpage_classification\/es_stopwords.js",
            "scripts\/webpage_classification\/fr_stopwords.js",
            "scripts\/webpage_classification\/it_stopwords.js",
            "scripts\/webpage_classification\/domain_rules.js",
            "scripts\/webpage_classification\/domain_rules.js",
            "scripts\/webpage_classification\/host_rules.js",
            "scripts\/webpage_classification\/path_rules.js",
            "scripts\/webpage_classification\/en_fpkws_catid_mapping.js",
            "scripts\/webpage_classification\/en_kws_catid_mapping.js",
            "scripts\/webpage_classification\/fr_kws_catid_mapping.js",
            "scripts\/webpage_classification\/es_kws_catid_mapping.js",
            "scripts\/webpage_classification\/it_kws_catid_mapping.js",
            "scripts\/webpage_classification\/WebPageClassifier.js",
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_allframes.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "management",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "input_form.html"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}