Lantern Search

Build an uncensored internet!

What is Lantern Search?

Lantern Search is a Chrome extension developed by http://lantern.io, and its main feature is "Build an uncensored internet!".

Extension Screenshots

screenshot
screenshot

Download Lantern Search Extension CRX File

Download Lantern Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Lantern Search automatically selects the optimum search engine for your region.                    

Extension Basic Information

Name Lantern Search Lantern Search
ID akppoapgnchinmnbinihafkogdohpbmk
Official URL https://chrome.google.com/webstore/detail/lantern-search/akppoapgnchinmnbinihafkogdohpbmk
Description Build an uncensored internet!
File Size 35.92 KB
Installation Count 2,000
Current Version 0.0.7
Last Updated 2020-01-10
Publish Date 2020-01-10
Rating 4.00/5 Total 3 Ratings
Developer http://lantern.io
Payment Type free
Extension Website https://lantern.io
Supported Languages en,zh-CN
manifest.json
{
    "name": "Lantern Search",
    "version": "0.0.7",
    "description": "Build an uncensored internet!",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/disconnected_32.png",
        "default_title": "Lantern"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "is_default": true,
            "keyword": "lantern",
            "name": "Lantern",
            "favicon_url": "https:\/\/lantern.io\/favicon.ico",
            "search_url": "https:\/\/search.lantern.io\/?q={searchTerms}"
        }
    },
    "icons": {
        "16": "images\/disconnected_16.png",
        "32": "images\/disconnected_32.png",
        "64": "images\/disconnected_64.png",
        "128": "images\/disconnected_128.png"
    },
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.lantern.io\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Lantern Search",
    "manifest_version": 2
}