History Blocker by Site

prevents the logging of specified websites

History Blocker by Site란 무엇입니까?

History Blocker by Site은(는) Frosation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "prevents the logging of specified websites"입니다.

확장 프로그램 스크린샷

screenshot

History Blocker by Site 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *coded by CZ*

Black lists specified websites from being logged into history.

- Supports wildcard (*) for domains
- Disregards www's and protocols (http, https, etc)
- Disregards path

Feel free to suggest any design, ui, or feature improvements
(fully aware the current icon looks abysmal)



__________________________________________

v1.2 - 18.08-2016:
-fixed logic: *.site.com now matches site.com

v1.1 - 17.08.2016: 
-added pointless copyright notice

v1.0 - 16.08.2016: 
-initial                    

확장 프로그램 기본 정보

이름 History Blocker by Site History Blocker by Site
ID keamekimefemnbgegbfkdkmbomaahfai
공식 URL https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai
설명 prevents the logging of specified websites
파일 크기 22.96 KB
설치 횟수 6,291
현재 버전 1.2
최근 업데이트 2017-10-02
출시 날짜 2017-10-02
평점 2.75/5 총 68 개의 평점
개발자 Frosation
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Blocker by Site",
    "short_name": "History Blocker",
    "description": "prevents the logging of specified websites",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "background": {
        "scripts": [
            "backg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/filter16.png",
        "48": "img\/filter48.png",
        "128": "img\/filter128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/filter19.png",
            "39": "img\/filter38.png"
        },
        "default_title": "Configure Options"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "background",
        "history",
        "storage"
    ]
}