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.”。
擴展截圖
下載seek.gg - The Gamer's Search Engine擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | biaiglohhdjigafpoiidckpkojpidggg |
官方網址 | 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" } |