seek.gg - The Gamer's Search Engine

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

Co je seek.gg - The Gamer's Search Engine?

seek.gg - The Gamer's Search Engine je rozšíření Chrome vyvinuté seek.gg, a jeho hlavní funkcí je „Get rewarded on your favorite sites just for searching the web.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření seek.gg - The Gamer's Search Engine

Stáhněte si soubory rozšíření seek.gg - The Gamer's Search Engine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název seek.gg - The Gamer's Search Engine seek.gg - The Gamer's Search Engine
ID biaiglohhdjigafpoiidckpkojpidggg
Oficiální URL https://chrome.google.com/webstore/detail/seekgg-the-gamers-search/biaiglohhdjigafpoiidckpkojpidggg
Popis Get rewarded on your favorite sites just for searching the web.
Velikost souboru 18.27 KB
Počet instalací 549
Aktuální Verze 0.1.1
Poslední Aktualizace 2020-09-22
Datum Vydání 2020-09-22
Hodnocení 2.09/5 Celkem 11 Hodnocení
Vývojář seek.gg
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://seek.gg
URL Stránky Zásad Ochrany Soukromí https://bestnewtab.com/nature/privacy.html
Podporované Jazyky 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"
}