Scrubber Ducky
Quickly erase history, caching etc. with the click of a button!
What is Scrubber Ducky?
Scrubber Ducky is a Chrome extension developed by The Scrubber Duck Corporation, and its main feature is "Quickly erase history, caching etc. with the click of a button!".
Extension Screenshots
Download Scrubber Ducky Extension CRX File
Download Scrubber Ducky extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Scrubber Ducky |
ID | hfjolakcbflpengdpdjafnnmfopdlelo |
Official URL | https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo |
Description | Quickly erase history, caching etc. with the click of a button! |
File Size | 90.03 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2016-09-16 |
Publish Date | 2016-09-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | The Scrubber Duck Corporation |
[email protected] | |
Payment Type | free |
Extension Website | http://www.scrubberducky.me |
Supported Languages | 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" ] } |