SingleClick Cleaner
Single-click Chrome cleaner: clean up the trash in one single click
SingleClick Cleaner란 무엇입니까?
SingleClick Cleaner은(는) https://singleclickapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Single-click Chrome cleaner: clean up the trash in one single click"입니다.
확장 프로그램 스크린샷
SingleClick Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Chrome keeps a lot of data while you’re browsing the Internet – browsing history, cache, cookies, form data, temporary files and more. This data is usually used to speed up the browsing process. However, sometimes the cache gets too large and starts to slow down Chrome. When this happens you definitely need to clean up your browser. You can clear history and all the data manually but it’s a tedious work and it’s boring. So, why not leaving it to our cleaner? Single Click Cleaner will empty the cache, clear history, remove cookies, clear saved passwords and form data, zap the download history and more... in one single click! You want only specific items to be cleaned? Or maybe you need to clear the cache for a certain period only? No problem, Single Click Cleaner can do it all. Just go to the Options page and set your preferences. Cleaner options: * Cache cleaner * App cache cleaner * Remove cookies * Delete download history * Clear file systems * Delete saved (autofill) form data * Clear Chrome history * Remove indexed data * Delete local storage data * Clear plugin data * Delete saved passwords * Clear webSQL data Features: * Single-click cleaner (set cleaner options and then just click the cleaner icon, no confirmation screens etc.) * You choose what to clean when clicked (see the "Options" page) * Clear history, cache and browsing data for specified time period * Add/remove shortcut to the context menu Notes: * Please, be aware that SingleClick Cleaner will delete only chrome history, but will not interfere with your google history (your search history on google.com). To deal with your google search history you should go to your account in the search engine itself and deal with the google history from there) * If you delete cookies, you'll be signed out from most current sites (don't select "clear cookies" if you don't want to log-in again every time you use the cleaner)
확장 프로그램 기본 정보
이름 | SingleClick Cleaner |
ID | cknijndocnnlkpenngcdcpleddlmckkm |
공식 URL | https://chromewebstore.google.com/detail/singleclick-cleaner/cknijndocnnlkpenngcdcpleddlmckkm |
설명 | Single-click Chrome cleaner: clean up the trash in one single click |
파일 크기 | 41.73 KB |
설치 횟수 | 13,462 |
현재 버전 | 2.2.0.0 |
최근 업데이트 | 2017-12-09 |
출시 날짜 | 2017-12-09 |
평점 | 4.25/5 총 57 개의 평점 |
개발자 | https://singleclickapps.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://singleclickapps.com/cleaner |
개인정보 보호 정책 페이지 URL | https://singleclickapps.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SingleClick Cleaner", "version": "2.2.0.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/cleaner", "description": "Single-click Chrome cleaner: clean up the trash in one single click", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contextMenus", "browsingData" ], "browser_action": { "default_icon": "icon.png", "default_title": "SingleClick Cleaner" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html", "offline_enabled": true } |