seek.gg - The Gamer's Search Engine

Get rewarded on your favorite sites just for searching the web.

seek.gg - The Gamer's Search Engineคืออะไร?

seek.gg - The Gamer's Search Engine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seek.gg และคุณลักษณะหลักของมันคือ "Get rewarded on your favorite sites just for searching the web."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย seek.gg - The Gamer's Search Engine

ดาวน์โหลดไฟล์ส่วนขยาย seek.gg - The Gamer's Search Engine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        seek.gg is the gamer's search engine of choice. Earn rewards in your favorite websites and games just for searching the web. Before installing this extension, please visit one of our participating partners to link your account.

Once your account is linked, start searching and earning rewards.

seek.gg only delivers high quality search results and does not use any invasive tracking.                    

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

ชื่อ seek.gg - The Gamer's Search Engine seek.gg - The Gamer's Search Engine
ID biaiglohhdjigafpoiidckpkojpidggg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/seekgg-the-gamers-search/biaiglohhdjigafpoiidckpkojpidggg
คำอธิบาย Get rewarded on your favorite sites just for searching the web.
ขนาดไฟล์ 18.27 KB
จำนวนการติดตั้ง 549
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-09-22
วันที่เผยแพร่ 2020-09-22
คะแนน 2.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา seek.gg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://seek.gg
URL หน้านโยบายความเป็นส่วนตัว https://bestnewtab.com/nature/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "seek.gg - The Gamer's Search Engine"
    },
    "description": "Get rewarded on your favorite sites just for searching the web.",
    "icons": {
        "128": "128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "seek.gg",
            "keyword": "seek",
            "search_url": "https:\/\/seek.gg\/search?q={searchTerms}",
            "favicon_url": "https:\/\/seek.gg\/favicon.ico",
            "suggest_url": "https:\/\/seek.gg\/suggest\/chrome\/{searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "manifest_version": 2,
    "name": "seek.gg - The Gamer's Search Engine",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1"
}