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 to jest Nuke Your Tracks?
Nuke Your Tracks to rozszerzenie Chrome opracowane przez dwbfox, a jego główną funkcją jest „Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nuke Your Tracks
Pobierz pliki rozszerzeń Nuke Your Tracks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ikokpidinegfhekkeggcipdgedjcmhbn |
| Oficjalny URL | https://chromewebstore.google.com/detail/nuke-your-tracks/ikokpidinegfhekkeggcipdgedjcmhbn |
| Opis | Selectively delete your history, cookies, browsing data, and more with one click of a button. Cover your tracks and browse in peace |
| Rozmiar pliku | 2.54 MB |
| Liczba instalacji | 150 |
| Aktualna Wersja | 1.4.5 |
| Ostatnia Aktualizacja | 2014-03-17 |
| Data Publikacji | 2014-03-16 |
| Ocena | 4.50/5 Łącznie 6 Oceny |
| Deweloper | dwbfox |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/dwbfox/Nuke-Your-Tracks |
| Adres URL Strony Pomocy | https://github.com/dwbfox/Nuke-Your-Tracks/issues |
| Obsługiwane Języki | 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"
} | |