PrivatizeMeSearch

PrivatizeMe Search Configuration tool

PrivatizeMeSearchとは何ですか?

PrivatizeMeSearchはhttp://privatizeme.comによって開発されたChromeの拡張機能で、その主な機能は「PrivatizeMe Search Configuration tool」です。

拡張機能のスクリーンショット

screenshot

PrivatizeMeSearch拡張機能のCRXファイルをダウンロード

PrivatizeMeSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/*"
    ]
}