One Click Clear Cache
clear cache with one click
什么是One Click Clear Cache?
One Click Clear Cache是由Salman Tariq开发的Chrome扩展程序,该扩展的主要功能是“clear cache with one click”。
扩展截图
下载One Click Clear Cache扩展crx文件
下载One Click Clear Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clear cache with just one click, you don't have to search for browser settings or right options to clear your browser cache, they are all here, just click on the extension icon and choose the options Best suited for you.
扩展基本信息
名称 | One Click Clear Cache |
ID | mdlbedpjjbmheepjjfnlalbdbekphbmf |
官方URL | https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf |
简介 | clear cache with one click |
文件大小 | 47.62 KB |
安装次数 | 268 |
当前版本 | 1.0 |
更新时间 | 2021-01-30 |
上架时间 | 2021-01-29 |
评分 | 5.00/5 共3次评分 |
开发者 | Salman Tariq |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Clear Cache", "description": "clear cache with one click", "version": "1.0", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Clear Cache" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData", "storage" ] } |