Ghost Peek

Keep your searches private by redirecting searches that may be tracked to Ghost Peek, a privacy-focused search engine.

Ghost Peekคืออะไร?

Ghost Peek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ghostpeek.com และคุณลักษณะหลักของมันคือ "Keep your searches private by redirecting searches that may be tracked to Ghost Peek, a privacy-focused search engine."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ghost Peek

ดาวน์โหลดไฟล์ส่วนขยาย Ghost Peek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ghostpeek is a search engine that focuses on delivering high-quality search results all without the complex tracking that many other search engines use.

When you search with Ghostpeek, your search terms expire from your browsing history. This way no one can snoop on your searches in your browsing history. Ghostpeek encrypts your searches locally and directs your searches to our privacy-focused search engine.

What makes Ghostpeek a good search engine?
- Ghostpeek doesn't track you like other search engines.
- Ghostpeek doesn't retain server logs about your search history.
- Ghostpeek helps prevent your ISP from tracking your search terms.
- Ghostpeek helps hide your search history on your device.

What is Ghostpeek used for?
Ghostpeek is a search engine that helps you find websites and information you're looking for on the web. You can rely on Ghostpeek to keep even your most sensitive searches private. Another reason to use Ghostpeek is to avoid seeing targeted ads related to your searches on the websites you visit.

- - - - -
Permissions we request:

"activeTab", "tabs", "webNavigation"

We use these permissions to protect information you enter into forms on the sites we protect you on. Some sites use keystroke logging to track any words you enter into a search field. These permissions allow us to block those logs and let you know which fields are safe, by displaying a tooltip.

"webRequest", "webRequestBlocking", "privacy"

We use these permissions to block the searches that you don't want to be tracked, and allows us to redirect those searches to our secure search engine so you can still find the information and the search results you're looking for.

"storage", "cookies"

We use these permissions to store and clear the encryption keys that we use to ensure that your searches are secure and expire within 30 minutes of your final search.

"contextMenus", "management"

These permissions let us give you the browser interface to control our product and its settings. You can use the context menu to disable, uninstall, and reactivate our extension as needed.

"http://*/*", "https://*/*"

These give us permission to protect you throughout the internet.

Without these permissions we wouldn't be able to block things like background search logging and sneaky forms that track you from one website to another.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ghost Peek Ghost Peek
ID dfokdnfmjahchpgkbkchafccddpdhlej
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ghost-peek/dfokdnfmjahchpgkbkchafccddpdhlej
คำอธิบาย Keep your searches private by redirecting searches that may be tracked to Ghost Peek, a privacy-focused search engine.
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-10-16
วันที่เผยแพร่ 2019-10-15
ผู้พัฒนา http://ghostpeek.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ghostpeek.com/about/
URL หน้าช่วยเหลือ https://ghostpeek.com/about/faq
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ghost Peek",
    "short_name": "Ghost Peek",
    "description": "Keep your searches private by redirecting searches that may be tracked to Ghost Peek, a privacy-focused search engine.",
    "version": "1.0.0",
    "icons": {
        "16": "\/img\/gp\/icon16.png",
        "48": "\/img\/gp\/icon48.png",
        "128": "\/img\/gp\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs",
        "privacy",
        "webNavigation",
        "contextMenus",
        "management",
        "cookies",
        "*:\/\/*.ghostpeek.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/page-protection.js"
            ],
            "css": [
                "css\/tooltip.css"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "homepage_url": "https:\/\/www.ghostpeek.com",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Ghost Peek",
            "keyword": "gp",
            "search_url": "https:\/\/www.ghostpeek.com\/encsearch?q={searchTerms}",
            "favicon_url": "https:\/\/www.ghostpeek.com\/content\/branding\/ghostpeek\/img\/favicon.ico",
            "image_url": "https:\/\/www.ghostpeek.com\/images?q={searchTerms}",
            "suggest_url": "https:\/\/www.ghostpeek.com\/encsuggest?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "browser_action": {
        "default_title": "Ghost Peek",
        "default_icon": "\/img\/gp\/icon16_disabled.png",
        "default_popup": "panel.html"
    },
    "options_page": "settings.html",
    "web_accessible_resources": [
        "settings.html"
    ]
}