Cleaner

Cleaner Extension

Cleaner란 무엇입니까?

Cleaner은(는) Ashwin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cleaner Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Clear your browser history, cache and cookies on a selected interval in just one click.

Clean Chrome is a useful and lightweight add-on designed for a more comfortable browsing experience. 
One of the best cleaning history and cache tools for your Chromebook, Windows PC, Mac or Linux.

⚡️Features
------------------
It clears your Chrome's
- History,
- Cache,
- Cookies,
- Saved Passwords,
- IndexedDB's,
- Local Storage and more
Based on the time you set.


🔑Permissions
------------------
- Browsing data to clean chrome,
- Storage to save settings

Clean Chrome lightweight, fully cbustomizable extension enables you to do all that mentioned above instantly, with just one click on the Wipe icon in the Chrome browser toolbar.
It's never been easier to erase Chrome history and cache data.

Protect your privacy and delete all activity from your browser with Clean Chrome.

Clean Chrome is simple, innovative and totally free tool for your favourite chrome browser. ❤️                    

확장 프로그램 기본 정보

이름 Cleaner Cleaner
ID fmldiainnnecolalfmbeajgnhgbaekfa
공식 URL https://chromewebstore.google.com/detail/cleaner/fmldiainnnecolalfmbeajgnhgbaekfa
설명 Cleaner Extension
파일 크기 268 KB
설치 횟수 5,083
현재 버전 1.9.7
최근 업데이트 2020-03-05
출시 날짜 2020-03-05
평점 3.82/5 총 28 개의 평점
개발자 Ashwin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa
도움말 페이지 URL https://chrome.google.com/webstore/detail/clean-chrome/fmldiainnnecolalfmbeajgnhgbaekfa/support
개인정보 보호 정책 페이지 URL https://privacy.ashwinshenoy.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cleaner",
    "author": "Ashwin Shenoy",
    "description": "Cleaner Extension",
    "version": "1.9.7",
    "browser_action": {
        "default_icon": "img\/clear.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/clear.png",
        "48": "img\/clear.png",
        "26": "img\/clear.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage"
    ]
}