Ultimate History & Cache Cleaner
Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
什麼是Ultimate History & Cache Cleaner?
Ultimate History & Cache Cleaner是由https://shakelog.com開發的Chrome擴展程式,該擴展的主要功能是“Automatically delete history and download history. Bundled a customizable & powerful manual clean button.”。
擴展截圖
下載Ultimate History & Cache Cleaner擴展crx文件
下載Ultimate History & Cache Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation. Features: 1. Keep browsing history cleaned automatically 2. Delete download history when download is completed or canceled 3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist) This extension does not collect any user data. Use the following permissions to delete history data and save preferences. - history, downloads, storage, browsingData
擴展基本資訊
名稱 | Ultimate History & Cache Cleaner |
ID | coplgpbgjpljpkhbkkpllhlhogmhjcbd |
官方網址 | https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd |
簡介 | Automatically delete history and download history. Bundled a customizable & powerful manual clean button. |
檔案大小 | 40.2 KB |
安裝次數 | 333 |
目前版本 | 1.1.0.2 |
更新時間 | 2024-02-29 |
上架時間 | 2023-12-01 |
開發者 | https://shakelog.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://shakelog.com/history-disabler/ |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.0.2", "default_locale": "en", "permissions": [ "history", "downloads", "storage", "browsingData" ], "background": { "service_worker": "js\/background.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "icons": { "128": "\/img\/icon128.png", "48": "\/img\/icon48.png", "16": "\/img\/icon16.png" }, "action": { "default_title": "Clear Browsing Data" } } |