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
官方網址 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",
        ""
    ]
}