PrivatizeMeSearch

PrivatizeMe Search Configuration tool

PrivatizeMeSearch란 무엇입니까?

PrivatizeMeSearch은(는) http://privatizeme.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PrivatizeMe Search Configuration tool"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The PrivatizeMeSearch extension resets your new tab settings to PrivatizeMe.com, and provides instructions on how to reset your default search engine to PrivatizeMe.com. 
Adding this extension to your Chrome browser changes your new tab settings to PrivatizeMe.com and adds PrivatizeMe.com to the browser’s search engine list, so you may manually select PrivatizeMe as your default search engine.  PrivatizeMe does NOT collect, store, sell or trade any of your search history information.

We strongly suggest users also install and use our PrivatizeMe private browsing extension.  Adding PrivatizeMe private browsing extension will provide you with greater privacy protection e.g. when you click on a search result or ad and visit that site, PrivatizeMe private browsing functionality will keep your browsing private by eliminating storage of cookies and trackers inserted by the site and their third party partners.                    

확장 프로그램 기본 정보

이름 PrivatizeMeSearch PrivatizeMeSearch
ID kaljdlgmnnalmbnagohdpkmkfghfjhkc
공식 URL https://chrome.google.com/webstore/detail/privatizemesearch/kaljdlgmnnalmbnagohdpkmkfghfjhkc
설명 PrivatizeMe Search Configuration tool
파일 크기 136 KB
설치 횟수 23
현재 버전 1.0.9
최근 업데이트 2016-07-18
출시 날짜 2016-07-18
평점 5.00/5 총 1 개의 평점
개발자 http://privatizeme.com
결제 유형 free
확장 프로그램 웹 사이트 https://privatizeme.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PrivatizeMeSearch",
    "description": "PrivatizeMe Search Configuration tool",
    "version": "1.0.9",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.privatizeme.com\/static\/searchengine-chrome"
            ],
            "js": [
                "jquery.min.js",
                "do.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "chrome_url_overrides": {
        "newtab": "homepage.html"
    },
    "browser_action": {
        "default_icon": "resources\/PrivatizeMe_Search_128.png"
    },
    "icons": {
        "16": "resources\/PrivatizeMe_Search_16.png",
        "32": "resources\/PrivatizeMe_Search_32.png",
        "48": "resources\/PrivatizeMe_Search_48.png",
        "64": "resources\/PrivatizeMe_Search_64.png",
        "128": "resources\/PrivatizeMe_Search_128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}