SearchLock Tab

Privacy-enhancing search engine new tab page.

什麼是SearchLock Tab?

SearchLock Tab是由https://searchlock.com開發的Chrome擴展程式,該擴展的主要功能是“Privacy-enhancing search engine new tab page.”。

擴展截圖

screenshot

下載SearchLock Tab擴展crx文件

下載SearchLock Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Search the web without being tracked from your new tab page! SearchLock Tab adds a privacy-friendly SearchLock search box to your browser's new tab page. 

When you use SearchLock, you can rest easy knowing that:

• We don't track you in or out of private mode.
• We don’t ask for or store your personal information.
• We don't associate your searches with your personal information since we never ask for it in the first place.
• We don't follow you with ads.

--------------------
Extension Features: 
--------------------

- Updates your Chrome new tab page to show a privacy-friendly search box from SearchLock.
- Use your SearchLock Tab page to search the web privately, without being tracked or profiled for advertising.

Privacy policy:
https://www.searchlock.com/pages/privacy

Thanks for using SearchLock Tab! Get in touch with us any time at https://www.searchlock.com/support

Adding this extension to Chrome sets your new tab page to SearchLock Tab.                    

擴展基本資訊

名稱 SearchLock Tab SearchLock Tab
ID ohdphinnjkbfgimbcpdjdigbbkmngcge
官方網址 https://chromewebstore.google.com/detail/searchlock-tab/ohdphinnjkbfgimbcpdjdigbbkmngcge
簡介 Privacy-enhancing search engine new tab page.
檔案大小 276 KB
安裝次數 20,000
目前版本 1.0.2
更新時間 2022-12-10
上架時間 2017-08-28
評分 4.24/5 共 87 次評分
開發者 https://searchlock.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.searchlock.com
說明頁面URL https://www.searchlock.com/support
隱私政策頁面URL https://www.searchlock.com/en/pages/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchLock Tab",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Privacy-enhancing search engine new tab page.",
    "homepage_url": "https:\/\/www.SearchLock.com",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_title": "SearchLock Tab",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "topSites",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*.searchlock.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.searchlock.com\/*",
                "https:\/\/*.searchlock.com\/*"
            ],
            "js": [
                "js\/utils.js",
                "js\/config.js",
                "js\/contentScripts.js"
            ],
            "all_frames": true
        }
    ]
}