Clean on Refresh
Automatically clear clutter on refresh.
Clean on Refreshとは何ですか?
Clean on Refreshはjason.allen.onealによって開発されたChromeの拡張機能で、その主な機能は「Automatically clear clutter on refresh.」です。
拡張機能のスクリーンショット
Clean on Refresh拡張機能のCRXファイルをダウンロード
Clean on Refresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
拡張機能の基本情報
名前 | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
公式URL | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
説明 | Automatically clear clutter on refresh. |
ファイルサイズ | 11.18 KB |
インストール数 | 262 |
現在のバージョン | 1.2 |
最終更新日 | 2018-11-24 |
公開日 | 2018-11-23 |
開発者 | jason.allen.oneal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean on Refresh", "version": "1.2", "description": "Automatically clear clutter on refresh.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/apps.facebook.com\/kingdomsofcamelot\/*", "tabs", "storage", "browsingData", "declarativeContent", "history" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "imgs\/16.png", "32": "imgs\/32.png" } } } |