OneClick Cleaner for Chrome

Is Chrome browser Slow? Clean up browsing data. Make your Chrome browser more faster and Protect your privacy!!

OneClick Cleaner for Chrome란 무엇입니까?

OneClick Cleaner for Chrome은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Is Chrome browser Slow? Clean up browsing data. Make your Chrome browser more faster and Protect your privacy!!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OneClick Cleaner for Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        My Google Chrome is getting too slow. What can I do?
The problem with all the browsers, whether it’s internet explorer or Google Chrome, is that they become slow and clunky after a period of time. They take time to start up to, to load websites and to open and close tabs. This is when one should consider cleaning up the browser and getting rid of the cache, history etc.
OneClick Cleaner is a useful Chrome extension that helps you quickly clean up the browser. and It help to delete all traces of your online activity to protect your privacy.
OneClick Cleaner is very easy to use and fast.

Clean up browsing data from a user's local profile.
Make your Chrome browser more faster and Protect your privacy!!
This extension works with minimal permissions since 2012.
Updated to the manifest v3 in December 2023.

*Features, Clean the following items.
cache - the browser's cache
downloads - the list of downloaded files (not the downloaded files themselves)
formData - the stored form data (autofill)
history - the browser's history
passwords - the stored passwords
appcache, cookies, fileSystems, indexedDB, localStorage, serverBoundCertificates, pluginData, webSQL                    

확장 프로그램 기본 정보

이름 OneClick Cleaner for Chrome OneClick Cleaner for Chrome
ID oncckmaelaecccmaniihojgeopkcajfh
공식 URL https://chromewebstore.google.com/detail/oneclick-cleaner-for-chro/oncckmaelaecccmaniihojgeopkcajfh
설명 Is Chrome browser Slow? Clean up browsing data. Make your Chrome browser more faster and Protect your privacy!!
파일 크기 41.84 KB
설치 횟수 116,650
현재 버전 0.9.1.6
최근 업데이트 2023-12-12
출시 날짜 2019-03-11
평점 4.34/5 총 1437 개의 평점
개발자 Smart Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://atomurl.net/cleaner/
도움말 페이지 URL http://atomurl.net/cleaner/
개인정보 보호 정책 페이지 URL http://iblogbox.com/chrome/tos.php
지원되는 언어 de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "*:\/\/atomurl.net\/cleaner\/*",
                "*:\/\/atomurl.net\/cleanerapps\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "browsingData"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.1.6"
}