One Click Cache Cleaner by Antonio Viola

This simple extension delete all browser storage cache data and refresh the current tab with one click!

One Click Cache Cleaner by Antonio Violaとは何ですか?

One Click Cache Cleaner by Antonio ViolaはAntonio Violaによって開発されたChromeの拡張機能で、その主な機能は「This simple extension delete all browser storage cache data and refresh the current tab with one click!」です。

拡張機能のスクリーンショット

screenshot

One Click Cache Cleaner by Antonio Viola拡張機能のCRXファイルをダウンロード

One Click Cache Cleaner by Antonio Viola拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple extension to delete all browser storage cache data and refresh  tab, for displaying immediately eventual webpage change or solve browsing problems. Just click the icon!                    

拡張機能の基本情報

名前 One Click Cache Cleaner by Antonio Viola One Click Cache Cleaner by Antonio Viola
ID deijiiepldkepdciioacineeemjpmabh
公式URL https://chromewebstore.google.com/detail/one-click-cache-cleaner-b/deijiiepldkepdciioacineeemjpmabh
説明 This simple extension delete all browser storage cache data and refresh the current tab with one click!
ファイルサイズ 8.91 KB
インストール数 22
現在のバージョン 1.1
最終更新日 2021-06-24
公開日 2021-06-23
開発者 Antonio Viola
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Cache Cleaner by Antonio Viola",
    "description": "This simple extension delete all browser storage cache data and refresh the current tab with one click!",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "browsingData"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png"
        },
        "default_title": "One Click Cache Cleaner by Antonio Viola"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    }
}