History & Cache Cleaner - Smart Clean
Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning
History & Cache Cleaner - Smart Cleanとは何ですか?
History & Cache Cleaner - Smart CleanはHistory & Cache Cleaner - Smart Cleanによって開発されたChromeの拡張機能で、その主な機能は「Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning」です。
拡張機能のスクリーンショット
History & Cache Cleaner - Smart Clean拡張機能のCRXファイルをダウンロード
History & Cache Cleaner - Smart Clean拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
History & Cache Cleaner - Smart Clean is an essential Google Chrome extension that provides the best way to keep your browsing data clean and secure. With just a few clicks, you can easily clean your browsing history, downloads, cookies, and cache, or set an auto history cleaning feature to ensure that your browsing experience stays free of clutter. The History & Cache Cleaner - Smart Clean extension offers a variety of cleaning options, including the ability to clean all your browsing data at once or select specific items to clean. You can also set an auto cleaning feature to automatically clean your browsing data at regular intervals, ensuring that your browsing experience stays clean and secure. With its user-friendly interface, History & Cache Cleaner - Smart Clean is easy to use and ideal for anyone who wants to protect their online privacy or free up space on their computer. Whether you're concerned about your online activities being tracked or simply want to keep your computer running smoothly, this extension is the perfect tool for you. Here are the key features of the History & Cache Cleaner - Smart Clean extension for Google Chrome: App Cache: With this feature, you can clean up the App Cache of your browser to free up space and improve browser performance. Cache: This feature allows you to easily clear your browser cache, which stores temporary website data. Clearing the cache can help to free up space and improve browser speed. Cookies: This feature allows you to easily clear your browser cookies, which are small text files that websites use to store information about your browsing preferences. Clearing cookies can help to protect your online privacy. Downloads: This feature allows you to easily clear your download history, which is a list of all the files that you have downloaded using your browser. File Systems: This feature allows you to clear data stored in the file system of your browser. Form data: This feature allows you to easily clear any data that you have entered into online forms, such as login details or contact information. History: This feature allows you to easily clear your browsing history, which is a list of all the websites that you have visited using your browser. Indexed DB: This feature allows you to clear data stored in the IndexedDB, which is a database used by web applications to store data on your browser. Local storage: This feature allows you to clear data stored in the local storage of your browser. Plugin Data: This feature allows you to clear data stored by browser plugins. Passwords: This feature allows you to clear any saved passwords in your browser. This can help to protect your online security. WebSOL: This feature allows you to clear data stored in the WebSOL storage of your browser. Overall, the History & Cache Cleaner - Smart Clean extension for Google Chrome provides a comprehensive solution to clean up your browsing data, improving the speed and privacy of your online experience.
拡張機能の基本情報
名前 | History & Cache Cleaner - Smart Clean |
ID | dhaamkgjpilakclbgpabiacmndmhhnop |
公式URL | https://chromewebstore.google.com/detail/history-cache-cleaner-sma/dhaamkgjpilakclbgpabiacmndmhhnop |
説明 | Good to Сlean Сache and Chrome browsing data! Сlean History, Clear Downloads, Clear Cookie, Clear Cache or set auto history cleaning |
ファイルサイズ | 1.2 MB |
インストール数 | 2,212 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-09-15 |
公開日 | 2023-04-21 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | History & Cache Cleaner - Smart Clean |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/history-cache-p-p/privacy-policy |
対応言語 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.1", "manifest_version": 3, "default_locale": "en", "action": { "default_title": "__MSG_name__", "default_popup": "popup.html", "default_icon": { "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } }, "icons": { "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "alarms", "tabs", "webRequest", "storage", "browsingData", "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "run_at": "document_idle", "js": [ "scripts\/content.js" ], "css": [ "styles\/content.css" ], "matches": [ "*:\/\/*\/*" ] } ], "options_page": "options.html", "commands": { "clear": { "suggested_key": { "default": "Alt+C", "mac": "Alt+C" }, "description": "Clear" } }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ] } |