Scrubber Ducky
Quickly erase history, caching etc. with the click of a button!
Co to jest Scrubber Ducky?
Scrubber Ducky to rozszerzenie Chrome opracowane przez The Scrubber Duck Corporation, a jego główną funkcją jest „Quickly erase history, caching etc. with the click of a button!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scrubber Ducky
Pobierz pliki rozszerzeń Scrubber Ducky 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 very simple extension to clear your history and all that other unwanted browsing data.
Simply press the scrubber ducky and he'll clean your web browser for you!                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | hfjolakcbflpengdpdjafnnmfopdlelo | 
| Oficjalny URL | https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo | 
| Opis | Quickly erase history, caching etc. with the click of a button! | 
| Rozmiar pliku | 90.03 KB | 
| Liczba instalacji | 27 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2016-09-16 | 
| Data Publikacji | 2016-09-16 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | The Scrubber Duck Corporation | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | http://www.scrubberducky.me | 
| Obsługiwane Języki | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrubber Ducky",
    "short_name": "scrubbrducky",
    "description": "Quickly erase history, caching etc. with the click of a button!",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "scrubberducky.html"
    },
    "permissions": [
        "browsingData"
    ]
}  |  |