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ファイルをダウンロード

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

拡張機能の使用方法

                        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"
}