Browser Cleaner

Clean your browsing history, cookies, download and more all automatically

Browser Cleaner란 무엇입니까?

Browser Cleaner은(는) Leo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean your browsing history, cookies, download and more all automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The extension will clean your browser data automatically when you open/close the browser.

Feature highlights:
Do not need permission to read your browsing data;
Clean data periodically;
Clean data automatically when you open/close browser;
One-click Clean;
Support whitelist;
Quick add site to whitelist at the page you're visiting.

Please feel free to report any bugs or tell me what feature you want.

Github:
https://github.com/leoding86/webextension-browser-cleaner                    

확장 프로그램 기본 정보

이름 Browser Cleaner Browser Cleaner
ID bmplnhifhfmmkjmeffbbahieajpmonla
공식 URL https://chromewebstore.google.com/detail/browser-cleaner/bmplnhifhfmmkjmeffbbahieajpmonla
설명 Clean your browsing history, cookies, download and more all automatically
파일 크기 366 KB
설치 횟수 146
현재 버전 v0.10 beta
최근 업데이트 2019-09-11
출시 날짜 2019-09-10
개발자 Leo
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "backgrounds\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options_page\/index.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extName__"
    },
    "short_name": "BC",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.9.1",
    "version_name": "v0.10 beta",
    "permissions": [
        "storage",
        "browsingData",
        "notifications",
        "contextMenus"
    ]
}