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."입니다.
확장 프로그램 스크린샷
MyTrackingChoices 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
[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.
확장 프로그램 기본 정보
이름 | |
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" } } |