Automatically clean up the browser
When the browser starts, it automatically cleans up the cache and junk for you.
Automatically clean up the browserとは何ですか?
Automatically clean up the browserはtanfuruiによって開発されたChromeの拡張機能で、その主な機能は「When the browser starts, it automatically cleans up the cache and junk for you.」です。
拡張機能のスクリーンショット
Automatically clean up the browser拡張機能のCRXファイルをダウンロード
Automatically clean up the browser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
浏览器启动时自动为您清理缓存和垃圾,您可以指定清理的选项。
拡張機能の基本情報
名前 | Automatically clean up the browser |
ID | jpbbhcbmmabamdacieadhikebbjefgeo |
公式URL | https://chromewebstore.google.com/detail/automatically-clean-up-th/jpbbhcbmmabamdacieadhikebbjefgeo |
説明 | When the browser starts, it automatically cleans up the cache and junk for you. |
ファイルサイズ | 124 KB |
インストール数 | 604 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-02-24 |
公開日 | 2021-02-24 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | tanfurui |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,fr,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXT_NAME__", "version": "0.1.0", "description": "__MSG_EXT_DESC__", "browser_specific_settings": { "gecko": { "id": "auto_clear_cache@firefox", "strict_min_version": "57.0" } }, "default_locale": "zh_CN", "icons": { "16": "imgs\/icon_16px.png", "19": "imgs\/icon_19px.png", "32": "imgs\/icon_32px.png", "48": "imgs\/icon_48px.png", "128": "imgs\/icon_128px.png" }, "browser_action": { "default_icon": { "19": "imgs\/icon_19px.png", "38": "imgs\/icon_38px.png" }, "default_title": "__MSG_ICON_TIPS__", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "browsingData", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true, "browser_style": true, "open_in_tab": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |