Cleaner
Cleaner Extension
什么是Cleaner?
Cleaner是由Ashwin开发的Chrome扩展程序,该扩展的主要功能是“Cleaner Extension”。
扩展截图
下载Cleaner扩展crx文件
下载Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clear your browser history, cache and cookies on a selected interval in just one click. Clean Chrome is a useful and lightweight add-on designed for a more comfortable browsing experience. One of the best cleaning history and cache tools for your Chromebook, Windows PC, Mac or Linux. ⚡️Features ------------------ It clears your Chrome's - History, - Cache, - Cookies, - Saved Passwords, - IndexedDB's, - Local Storage and more Based on the time you set. 🔑Permissions ------------------ - Browsing data to clean chrome, - Storage to save settings Clean Chrome lightweight, fully cbustomizable extension enables you to do all that mentioned above instantly, with just one click on the Wipe icon in the Chrome browser toolbar. It's never been easier to erase Chrome history and cache data. Protect your privacy and delete all activity from your browser with Clean Chrome. Clean Chrome is simple, innovative and totally free tool for your favourite chrome browser. ❤️
扩展基本信息
名称 | Cleaner |
ID | fmldiainnnecolalfmbeajgnhgbaekfa |
官方URL | https://chromewebstore.google.com/detail/cleaner/fmldiainnnecolalfmbeajgnhgbaekfa |
简介 | Cleaner Extension |
文件大小 | 268 KB |
安装次数 | 5,083 |
当前版本 | 1.9.7 |
更新时间 | 2020-03-05 |
上架时间 | 2020-03-05 |
评分 | 3.82/5 共28次评分 |
开发者 | Ashwin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa |
帮助页面URL | https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa/support |
隐私政策页面URL | https://privacy.ashwinshenoy.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cleaner", "author": "Ashwin Shenoy", "description": "Cleaner Extension", "version": "1.9.7", "browser_action": { "default_icon": "img\/clear.png", "default_popup": "popup.html" }, "icons": { "128": "img\/clear.png", "48": "img\/clear.png", "26": "img\/clear.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "browsingData", "storage" ] } |