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!"입니다.

확장 프로그램 스크린샷

screenshot

MegaCleaner - Browsing Data Cleaner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 MegaCleaner - Browsing Data Cleaner MegaCleaner - Browsing Data Cleaner
ID mdgchcbkjphbnkndmonmpbgefhpgchhg
공식 URL 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"
    ]
}