Cleaner One Cache Cleaner & Tab Manager
Clean up cache, cookies and browser history, manage tabs, check browser privacy and speed up performance.
Cleaner One Cache Cleaner & Tab Managerとは何ですか?
Cleaner One Cache Cleaner & Tab ManagerはTrend Microによって開発されたChromeの拡張機能で、その主な機能は「Clean up cache, cookies and browser history, manage tabs, check browser privacy and speed up performance.」です。
拡張機能のスクリーンショット
Cleaner One Cache Cleaner & Tab Manager拡張機能のCRXファイルをダウンロード
Cleaner One Cache Cleaner & Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Trend Micro Cleaner One Chrome Cleaner is the best Chrome cache & history cleaner and tab manager to remove junk files, manage tabs, protect your privacy and speed up performance. Best alternative to Ccleaner, clean master and the great suspender. Is your Chrome running slow? Clean up your Chrome and make your browser faster with one click. Key Features: ★★★ Junk File Cleaning • Delete file and image caches the sites you visited created to free up space. ★★★ Privacy Protection • Clear and wipe out browsing history to hide your digital footprint. • Remove cookies to prevent being tracked and to avoid sharing private information. ★★★ Faster Browser • Clean up junk files to optimize memory usage and speed up browser loading speed. ★★★ Tab Manager • Manage all tabs in one quick view. • Close unused tabs to free up memory.
拡張機能の基本情報
名前 | |
ID | mdagfiffogchpgngbmcffmjbgfcbecoi |
公式URL | https://chrome.google.com/webstore/detail/cleaner-one-cache-cleaner/mdagfiffogchpgngbmcffmjbgfcbecoi |
説明 | Clean up cache, cookies and browser history, manage tabs, check browser privacy and speed up performance. |
ファイルサイズ | 1.67 MB |
インストール数 | 18,797 |
現在のバージョン | 1.0.9 |
最終更新日 | 2021-08-15 |
公開日 | 2021-04-22 |
評価 | 4.77/5 合計 306 レビュー |
開発者 | Trend Micro |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://helpcenter.trendmicro.com/en-us/product-support/cleaner-one-chrome/ |
ヘルプページのURL | https://helpcenter.trendmicro.com/en-us/product-support/cleaner-one-chrome/ |
プライバシーポリシーページのURL | https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html |
対応言語 | de,en,fr,nl,es,it,zh-CN,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cleaner One Cache Cleaner & Tab Manager", "short_name": "Cleaner One", "description": "__MSG_StoreDescription__", "default_locale": "en", "permissions": [ "https:\/\/api.ta.trendmicro.com\/", "browsingData", "management", "system.memory", "notifications", "cookies", "storage", "history", "alarms", "tabs" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Cleaner One", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "1.0.9", "content_security_policy": "script-src 'self' ; object-src 'self'" } |