Chrome data cleaner
Quick access to data cleaning Chrome settings.
What is Chrome data cleaner?
Chrome data cleaner is a Chrome extension developed by Tim G, and its main feature is "Quick access to data cleaning Chrome settings.".
Extension Screenshots
Download Chrome data cleaner Extension CRX File
Download Chrome data cleaner 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
Extension Basic Information
Name | Chrome data cleaner |
ID | knpmibjcgahkfepbjnfjaljgocofamke |
Official URL | https://chromewebstore.google.com/detail/chrome-data-cleaner/knpmibjcgahkfepbjnfjaljgocofamke |
Description | Quick access to data cleaning Chrome settings. |
File Size | 17.48 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2017-02-20 |
Publish Date | 2017-02-20 |
Developer | Tim G |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome data cleaner", "description": "__MSG_extDescr__", "version": "1.0", "default_locale": "en", "minimum_chrome_version": "50", "permissions": [ "browsingData" ], "background": { "scripts": [ "js\/eventpage.js" ] }, "browser_action": { "default_icon": { "16": "icon\/16.png", "38": "icon\/48.png" }, "default_title": "Chrome data cleaner", "default_popup": "popup.html" }, "icons": { "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" } } |