One Clean
Simple and quick cleanup of browser data
What is One Clean?
One Clean is a Chrome extension developed by yangsongling123, and its main feature is "Simple and quick cleanup of browser data".
Extension Screenshots
Download One Clean Extension CRX File
Download One Clean 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
simple and quick cleaning browser data(cache、cookies、downloads、formData、history、indexDB.loaclstroage、pluginData、passwords、appcache、fileSystems、webSQL) tool - Quick cleaning - Automatic cleaning - Simple cleaning
Extension Basic Information
Name | |
ID | pkopealppofgjgdkmodmjkdabpbdbhlf |
Official URL | https://chrome.google.com/webstore/detail/one-clean/pkopealppofgjgdkmodmjkdabpbdbhlf |
Description | Simple and quick cleanup of browser data |
File Size | 98.94 KB |
Installation Count | 1,000 |
Current Version | 2.2.2 |
Last Updated | 2018-08-28 |
Publish Date | 2018-08-28 |
Rating | 4.60/5 Total 10 Ratings |
Developer | yangsongling123 |
[email protected] | |
Payment Type | free |
Supported Languages | id,ms,de,en,en-GB,en-US,fr,nl,vi,tr,ca,da,es,es-419,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_one_clean__", "description": "__MSG_appdesc__", "icons": { "128": "icon\/128.png" }, "background": { "scripts": [ "background\/ga.js", "background\/bg.js" ] }, "browser_action": { "default_icon": { "128": "icon\/128.png" }, "default_title": "__MSG_one_clean__", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "background", "browsingData" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "offline_enabled": true, "version": "2.2.2", "minimum_chrome_version": "36" } |