Browser History Cleaner

Delete chrome browser history by date range and keywords

Browser History Cleaner란 무엇입니까?

Browser History Cleaner은(는) SENTHILKUMAR R에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delete chrome browser history by date range and keywords"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This app allows you to delete chrome history by date and keywords

This app does not store any of your data.

Please watch following videos to get know how this app works:
1. https://youtu.be/vV9nWdJbge4

Terms & Conditions:
Use "Custom History Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms.

For any query: [email protected]/+919663026088, [email protected]                    

확장 프로그램 기본 정보

이름 Browser History Cleaner Browser History Cleaner
ID pefjnkakpdplpfeiiolfiedmahkihbih
공식 URL https://chromewebstore.google.com/detail/browser-history-cleaner/pefjnkakpdplpfeiiolfiedmahkihbih
설명 Delete chrome browser history by date range and keywords
파일 크기 300 KB
설치 횟수 132
현재 버전 0.0.4
최근 업데이트 2020-09-29
출시 날짜 2020-08-12
평점 5.00/5 총 4 개의 평점
개발자 SENTHILKUMAR R
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser History Cleaner",
    "short_name": "Browser History Cleaner",
    "description": "Delete chrome browser history by date range and keywords",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Browser History Cleaner"
    },
    "background": {
        "scripts": [
            "js\/background.min.js",
            "js\/utils.min.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "web_accessible_resources": [
        "screens\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' "
}