History Cleaner
Plugin to clear browsing data of Chrome
Co to jest History Cleaner?
History Cleaner to rozszerzenie Chrome opracowane przez responsivewebdev, a jego główną funkcją jest „Plugin to clear browsing data of Chrome”.
Pobierz plik CRX rozszerzenia History Cleaner
Pobierz pliki rozszerzeń History Cleaner 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
This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data" and most importantly "history". This will be useful to developers as well normal users. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bpapaaeaaoiejhimlojglikfdidcelcm |
| Oficjalny URL | https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm |
| Opis | Plugin to clear browsing data of Chrome |
| Rozmiar pliku | 20.66 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2015-11-30 |
| Data Publikacji | 2015-11-30 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | responsivewebdev |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Cleaner",
"version": "1.2",
"description": "Plugin to clear browsing data of Chrome",
"permissions": [
"browsingData"
],
"browser_action": {
"default_popup": "cleardata.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |