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