seek.gg - The Gamer's Search Engine
Get rewarded on your favorite sites just for searching the web.
Cos'è seek.gg - The Gamer's Search Engine?
seek.gg - The Gamer's Search Engine è un'estensione di Chrome sviluppata da seek.gg, e la sua funzione principale è "Get rewarded on your favorite sites just for searching the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione seek.gg - The Gamer's Search Engine
Scarica i file di estensione seek.gg - The Gamer's Search Engine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | biaiglohhdjigafpoiidckpkojpidggg |
URL Ufficiale | https://chrome.google.com/webstore/detail/seekgg-the-gamers-search/biaiglohhdjigafpoiidckpkojpidggg |
Descrizione | Get rewarded on your favorite sites just for searching the web. |
Dimensione del File | 18.27 KB |
Conteggio Installazioni | 549 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2020-09-22 |
Data di Pubblicazione | 2020-09-22 |
Valutazione | 2.09/5 Totale 11 Valutazioni |
Sviluppatore | seek.gg |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://seek.gg |
URL della Pagina della Politica sulla Privacy | https://bestnewtab.com/nature/privacy.html |
Lingue Supportate | 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" } |