Browser Purge Utility
Browser Purge Utility is an extension that clears your browsers clutter effortlessly
What is Browser Purge Utility?
Browser Purge Utility is a Chrome extension developed by https://browser-purge.com, and its main feature is "Browser Purge Utility is an extension that clears your browsers clutter effortlessly".
Extension Screenshots
Download Browser Purge Utility Extension CRX File
Download Browser Purge Utility 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
Browser Purge Utility automatically deletes your history, cookies, temp downloads, and more. If you want a basic extension that cleans out all your temp browser files that can potentially be used for tracking then this extension is for you. No extra setup necessary. Just install Browser Purge Utility and it automatically clears out your temp files on browser exit. Automatic clean up on application exit. Simple, efficient, clean - Browser Purge Utility. Enjoy! By Installing Browser Purge Utility you agree to our Terms of Use and Privacy Policy. Terms of Use: https://browser-purge.com/?a=terms Privacy Policy: https://browser-purge.com/?a=privacy
Extension Basic Information
Name | Browser Purge Utility |
ID | pclnjljlepemhpbbonlbmbgemngcapbe |
Official URL | https://chromewebstore.google.com/detail/browser-purge-utility/pclnjljlepemhpbbonlbmbgemngcapbe |
Description | Browser Purge Utility is an extension that clears your browsers clutter effortlessly |
File Size | 18.62 KB |
Installation Count | 0 |
Current Version | 6.1 |
Last Updated | 2020-09-15 |
Publish Date | 2020-09-10 |
Developer | https://browser-purge.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://browser-purge.com |
Privacy Policy Page URL | https://browser-purge.com?a=privacy |
Supported Languages | en-US |
manifest.json | |
{ "author": "Connor Wright", "name": "Browser Purge Utility", "short_name": "Browser Purge", "homepage_url": "https:\/\/browser-purge.com\/", "description": "Browser Purge Utility is an extension that clears your browsers clutter effortlessly", "version": "6.1", "manifest_version": 2, "browser_action": { "default_icon": "128.png", "default_title": "Clean Out Your Chrome Data" }, "permissions": [ "storage", "browsingData" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/browser-purge.com\/favicon.ico", "image_url": "", "image_url_post_params": "", "instant_url": "", "instant_url_post_params": "", "is_default": true, "keyword": "a", "name": "a", "search_url": "https:\/\/browser-purge.com\/s\/?api=exrt7bse&q={searchTerms}", "search_url_post_params": "", "suggest_url_post_params": "" } } } |