Nuke Your Tracks

Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace

Nuke Your Tracks란 무엇입니까?

Nuke Your Tracks은(는) dwbfox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace"입니다.

확장 프로그램 스크린샷

screenshot

Nuke Your Tracks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Selectively delete your  history, cookies, browsing data, and more with one click of a button. Nuke Your Tracks helps you cover your tracks and browse in peace.                    

확장 프로그램 기본 정보

이름 Nuke Your Tracks Nuke Your Tracks
ID ikokpidinegfhekkeggcipdgedjcmhbn
공식 URL https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn
설명 Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace
파일 크기 2.54 MB
설치 횟수 150
현재 버전 1.4.5
최근 업데이트 2014-03-17
출시 날짜 2014-03-16
평점 4.50/5 총 6 개의 평점
개발자 dwbfox
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dwbfox/Nuke-Your-Tracks
도움말 페이지 URL https://github.com/dwbfox/Nuke-Your-Tracks/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "Nuke Your Tracks"
    },
    "description": "Selectively delete your  history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "Nuke Your Tracks",
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "browsingData",
        "storage"
    ],
    "version": "1.4.5"
}