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

Qu'est-ce que Nuke Your Tracks ?

Nuke Your Tracks est une extension Chrome développée par dwbfox, et sa fonction principale est "Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nuke Your Tracks

Téléchargez les fichiers d'extension Nuke Your Tracks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nuke Your Tracks Nuke Your Tracks
ID ikokpidinegfhekkeggcipdgedjcmhbn
URL Officiel https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn
Description Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace
Taille du Fichier 2.54 MB
Nombre d'Installations 150
Version Actuelle 1.4.5
Dernière Mise à Jour 2014-03-17
Date de Publication 2014-03-16
Évaluation 4.50/5 Total 6 Évaluations
Développeur dwbfox
Type de Paiement free
Site Web de l'Extension https://github.com/dwbfox/Nuke-Your-Tracks
URL de la Page d'Aide https://github.com/dwbfox/Nuke-Your-Tracks/issues
Langues Prises en Charge 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"
}