Cache Killer
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Cache Killerとは何ですか?
Cache KillerはSemyon Vによって開発されたChromeの拡張機能で、その主な機能は「Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click」です。
拡張機能のスクリーンショット
Cache Killer拡張機能のCRXファイルをダウンロード
Cache Killer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
拡張機能の基本情報
名前 | Cache Killer |
ID | mobkodffjnomdafehbljjphjaipbenpm |
公式URL | https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm |
説明 | Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click |
ファイルサイズ | 53.45 KB |
インストール数 | 219 |
現在のバージョン | 100 |
最終更新日 | 2023-12-02 |
公開日 | 2023-12-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Semyon V |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://telegra.ph/Cache-Killer-Privacy-Policy-11-29 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cache Killer", "version": "100", "manifest_version": 3, "description": "Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_title": "Cache Killer disabled", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "incognito": "split", "permissions": [ "activeTab", "storage", "browsingData", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ] } |