First Level Default Search

First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click.

什么是First Level Default Search?

First Level Default Search是由firstleveldefaultsearch开发的Chrome扩展程序,该扩展的主要功能是“First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click.”。

扩展截图

screenshot
screenshot

下载First Level Default Search扩展crx文件

下载First Level Default Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We present you First Level Default Search as a free Chrome browser extension which allows you to upgrade your default search easily. Enjoy fast and convenient search option and see more additional results for your requests. New horizons are about to be explored.

Note that by clicking "Add to Chrome", you accept and agree to install "First Level Default Search" Chrome extension and hereby agree to change default search to First Level Search and use the search program provided by the service, and you agree to the Privacy Policy and Terms of Use.

https://firstlevelsearch.com/terms-conditions/
https://firstlevelsearch.com/privacy-policy/

More Information:
Start by typing preferred search term into the Google Chrome Omnibox. The First Level Default Search will provide excellent search results powered by Bing.
For more technical details you can read about Google Chrome API for Google Chrome Extensions.
Visit our website at https://firstlevelsearch.com/
Read more about us: https://firstlevelsearch.com/about/

Uninstall Information:
You may remove this extension at any time from the chrome extension page.
Uninstall Instructions: https://firstlevelsearch.com/uninstalling-a-chrome-extension/                    

扩展基本信息

名称 First Level Default Search First Level Default Search
ID ilcokdbagihmjgfkoccldflcodbbdnmb
官方URL https://chromewebstore.google.com/detail/first-level-default-searc/ilcokdbagihmjgfkoccldflcodbbdnmb
简介 First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click.
文件大小 29.5 KB
安装次数 11,403
当前版本 1.0
更新时间 2021-08-30
上架时间 2021-08-29
开发者 firstleveldefaultsearch
电子邮箱 [email protected]
付费类型 free
扩展官网 https://firstlevelsearch.com/
帮助页面URL https://firstlevelsearch.com/contact
隐私政策页面URL https://firstlevelsearch.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/fav.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/firstlevelsearch.com\/media\/fav_ff93ab7b9b\/fav_ff93ab7b9b.png",
            "is_default": true,
            "keyword": "firstlevelsearch.com",
            "name": "First Level",
            "search_url": "https:\/\/firstlevelsearch.com\/r\/extds9?keywords={searchTerms}"
        }
    },
    "description": "First Level Default Search is a state-of-the-art search engine possibility that will help to find anything you need in a click.",
    "icons": {
        "128": "img\/fav.png"
    },
    "manifest_version": 2,
    "name": "First Level Default Search",
    "permissions": [
        "*:\/\/*.firstlevelsearch.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}