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