seek.gg - The Gamer's Search Engine

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

¿Qué es seek.gg - The Gamer's Search Engine?

seek.gg - The Gamer's Search Engine es una extensión de Chrome desarrollada por seek.gg, y su función principal es "Get rewarded on your favorite sites just for searching the web.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión seek.gg - The Gamer's Search Engine

Descarga archivos de extensión seek.gg - The Gamer's Search Engine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre seek.gg - The Gamer's Search Engine seek.gg - The Gamer's Search Engine
ID biaiglohhdjigafpoiidckpkojpidggg
URL Oficial https://chrome.google.com/webstore/detail/seekgg-the-gamers-search/biaiglohhdjigafpoiidckpkojpidggg
Descripción Get rewarded on your favorite sites just for searching the web.
Tamaño del Archivo 18.27 KB
Cantidad de Instalaciones 549
Versión Actual 0.1.1
Última Actualización 2020-09-22
Fecha de Publicación 2020-09-22
Calificación 2.09/5 Total de 11 Calificaciones
Desarrollador seek.gg
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://seek.gg
URL de la Página de Política de Privacidad https://bestnewtab.com/nature/privacy.html
Idiomas Soportados 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"
}