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
Eメール [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",
        ""
    ]
}