UntrackMe

Removes the part of the URLs that is used to track you on the web

UntrackMe란 무엇입니까?

UntrackMe은(는) https://credizian.gitlab.io/untrackme에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the part of the URLs that is used to track you on the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

UntrackMe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Would you want someone following you around your home, grocery store, work, friend's house, local bar and anywhere else you fancy going?

That's exactly what's happening right now on the web when you are casually sipping a cup of coffee or wine or just warm milk and surfing the web - someone is watching your steps - without your permission. We want to fix that. 

UntrackMe is:
- simply removing tracking information from URLs
- For e.g. removing "?utm_campaign=socialflow_lifehacker_facebook&utm_source=lifehacker_facebook&utm_medium=socialflow" from "http://lifehacker.com/nine-simple-tips-for-improving-your-table-manners-at-fa-1782221528?utm_campaign=socialflow_lifehacker_facebook&utm_source=lifehacker_facebook&utm_medium=socialflow"

UntrackMe is not:
- ad blocking tool
- tracking or storing your data
- a heavy appication that will slow down your browser

Try on this URL: http://lifehacker.com/nine-simple-tips-for-improving-your-table-manners-at-fa-1782221528?utm_campaign=socialflow_lifehacker_facebook&utm_source=lifehacker_facebook&utm_medium=socialflow

This is just the first step in helping free us from the unfettered access data brokers have to us and our data. We will come out with other ways of doing this.

Have a suggestion? Reach out to us at: [email protected]

BTW you can write it as Untrack Me or UntrackMe                    

확장 프로그램 기본 정보

이름 UntrackMe UntrackMe
ID obgcmibolhhaohbfkkjkcbfcdjdjimoa
공식 URL https://chromewebstore.google.com/detail/untrackme/obgcmibolhhaohbfkkjkcbfcdjdjimoa
설명 Removes the part of the URLs that is used to track you on the web
파일 크기 10.5 KB
설치 횟수 532
현재 버전 1.4.2
최근 업데이트 2020-04-12
출시 날짜 2020-04-10
평점 4.60/5 총 10 개의 평점
개발자 https://credizian.gitlab.io/untrackme
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://credizian.gitlab.io/untrackme/
도움말 페이지 URL https://docs.google.com/document/d/1GV1dfXbrq5PLXryA1qyXsfSZIpJjZB-WsKKNID10G28/edit
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UntrackMe",
    "short_name": "UntrackMe",
    "description": "Removes the part of the URLs that is used to track you on the web",
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-128.png"
    ],
    "version": "1.4.2",
    "author": "qurb.xyz",
    "homepage_url": "https:\/\/credizian.gitlab.io\/untrackme\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Protecting you from being tracked",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage"
    ]
}