Lantern Search

Build an uncensored internet!

Lantern Searchคืออะไร?

Lantern Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://lantern.io และคุณลักษณะหลักของมันคือ "Build an uncensored internet!"

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

screenshot
screenshot

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

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

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

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

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

ชื่อ Lantern Search Lantern Search
ID akppoapgnchinmnbinihafkogdohpbmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lantern-search/akppoapgnchinmnbinihafkogdohpbmk
คำอธิบาย Build an uncensored internet!
ขนาดไฟล์ 35.92 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2020-01-10
วันที่เผยแพร่ 2020-01-10
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://lantern.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lantern.io
ภาษาที่รองรับ 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
}