Astea Clear Cache

Clear your cache and browsing data.

什么是Astea Clear Cache?

Astea Clear Cache是由Yossi Buzaglo开发的Chrome扩展程序,该扩展的主要功能是“Clear your cache and browsing data.”。

扩展截图

screenshot

下载Astea Clear Cache扩展crx文件

下载Astea Clear Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Clear your cache and browsing data.
On notification window, you can reload page.                    

扩展基本信息

名称 Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
官方URL https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
简介 Clear your cache and browsing data.
文件大小 110 KB
安装次数 195
当前版本 1.0.1.0
更新时间 2018-10-22
上架时间 2018-10-22
评分 5.00/5 共2次评分
开发者 Yossi Buzaglo
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}