Selective Scrubber
Those secret sites? Begone from my history!
What is Selective Scrubber?
Selective Scrubber is a Chrome extension developed by Jake Lee, and its main feature is "Those secret sites? Begone from my history!".
Extension Screenshots
Download Selective Scrubber Extension CRX File
Download Selective Scrubber 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
Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click. No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see! This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber Alternatively, email me at [email protected]
Extension Basic Information
Name | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
Official URL | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
Description | Those secret sites? Begone from my history! |
File Size | 18.99 KB |
Installation Count | 42 |
Current Version | 1.0.0 |
Last Updated | 2017-01-31 |
Publish Date | 2017-01-31 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Jake Lee |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/JakeSteam/SelectiveScrubber |
Help Page URL | https://github.com/JakeSteam/SelectiveScrubber |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Scrubber", "description": "Those secret sites? Begone from my history!", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber", "icons": { "48": "images\/icon_48.png", "96": "images\/icon_96.png" }, "permissions": [ "history", "storage" ], "background": { "persistent": false, "scripts": [ "js\/clear_history.js" ] }, "browser_action": { "default_icon": "images\/icon_96.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |