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은(는) seek.gg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get rewarded on your favorite sites just for searching the web."입니다.

확장 프로그램 스크린샷

screenshot

seek.gg - The Gamer's Search Engine 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}