MegaCleaner - Browsing Data Cleaner
A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!
什麼是MegaCleaner - Browsing Data Cleaner?
MegaCleaner - Browsing Data Cleaner是由MegaCleaner LC開發的Chrome擴展程式,該擴展的主要功能是“A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!”。
擴展截圖
下載MegaCleaner - Browsing Data Cleaner擴展crx文件
下載MegaCleaner - Browsing Data Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
MegaCleaner is a simple and lightweight extension that clears unwanted data on your hard drive to free up space! Cache, History, Downloads, LocalStorage deleted with one click! The latest update also brings the ability to clear bookmarks! The first extension that deletes your bookmarks! --[INFORMATION]-- What does MegaCleaner delete? MegaCleaner deletes LocalStorage, IndexedDB, Downloads (Optional), History, All Cache, Cookies (Optional), FileSystems, FormData, PluginData, Passwords (Optional), Tabs, Server bound certificates, Bookmarks (Optional), and WebSQL. Basically all browsing data. Is this program easy on memory? Compared to other cache cleaners, yes, it is. This is a simple, lightweight program that will not operate in the background and will only activate when you click it. The extension size is less than 50kb. Please consider giving this extension 5 stars!
擴展基本資訊
名稱 | |
ID | mdgchcbkjphbnkndmonmpbgefhpgchhg |
官方網址 | https://chrome.google.com/webstore/detail/megacleaner-browsing-data/mdgchcbkjphbnkndmonmpbgefhpgchhg |
簡介 | A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more! |
檔案大小 | 14.14 KB |
安裝次數 | 420 |
目前版本 | 1.0.3 |
更新時間 | 2018-05-03 |
上架時間 | 2018-05-03 |
評分 | 4.00/5 共 4 次評分 |
開發者 | MegaCleaner LC |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MegaCleaner - Browsing Data Cleaner", "description": "A lightweight and easy-to-use extension that cleans up browsing cache, history, localstorage, and more!", "version": "1.0.3", "author": "MegaCleaner, LC", "icons": { "16": "assets\/icon.png", "48": "assets\/icon2.png" }, "browser_action": { "default_icon": "assets\/icon.png" }, "background": { "persistent": false, "scripts": [ "background.js", "context_menus.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "browsingData", "notifications", "contextMenus", "tabs" ] } |