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

Co je Nuke Your Tracks?

Nuke Your Tracks je rozšíření Chrome vyvinuté dwbfox, a jeho hlavní funkcí je „Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Nuke Your Tracks

Stáhněte si soubory rozšíření Nuke Your Tracks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Nuke Your Tracks Nuke Your Tracks
ID ikokpidinegfhekkeggcipdgedjcmhbn
Oficiální URL https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn
Popis Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace
Velikost souboru 2.54 MB
Počet instalací 150
Aktuální Verze 1.4.5
Poslední Aktualizace 2014-03-17
Datum Vydání 2014-03-16
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář dwbfox
Typ Platby free
Webové stránky Rozšíření https://github.com/dwbfox/Nuke-Your-Tracks
URL Stránky Nápovědy https://github.com/dwbfox/Nuke-Your-Tracks/issues
Podporované Jazyky 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"
}