Anti-track

Anti-track removes cookies

Anti-track란 무엇입니까?

Anti-track은(는) 0i0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Anti-track removes cookies"입니다.

Anti-track 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Anit-track is a browser extension to limit the amount of data that you leak while surfing
it is by default configured to remove the cookies which are send to google when you search
while loggedin to gmail                    

확장 프로그램 기본 정보

이름 Anti-track Anti-track
ID lmkeejblfeplpcfogbjjbhepclkplple
공식 URL https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple
설명 Anti-track removes cookies
파일 크기 12.07 KB
설치 횟수 361
현재 버전 0.0.1
최근 업데이트 2013-08-21
출시 날짜 2013-08-21
개발자 0i0
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-track",
    "version": "0.0.1",
    "description": "Anti-track removes cookies",
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/main.js",
            "js\/parseUri.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "images\/bigicon.png"
    },
    "browser_action": {
        "default_title": "Anti-track",
        "default_icon": "images\/icon.png"
    },
    "manifest_version": 2
}