seek.gg - The Gamer's Search Engine
Get rewarded on your favorite sites just for searching the web.
Vad är seek.gg - The Gamer's Search Engine?
seek.gg - The Gamer's Search Engine är en Chrome-tillägg utvecklad av seek.gg, och dess huvudfunktion är "Get rewarded on your favorite sites just for searching the web.".
Tilläggsskärmbilder
Ladda ner seek.gg - The Gamer's Search Engine-förlängningens CRX-fil
Ladda ner seek.gg - The Gamer's Search Engine-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | biaiglohhdjigafpoiidckpkojpidggg |
Officiell webbadress | https://chrome.google.com/webstore/detail/seekgg-the-gamers-search/biaiglohhdjigafpoiidckpkojpidggg |
Beskrivning | Get rewarded on your favorite sites just for searching the web. |
Filstorlek | 18.27 KB |
Antal Installationer | 549 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2020-09-22 |
Publiceringsdatum | 2020-09-22 |
Betyg | 2.09/5 Totalt 11 Betyg |
Utvecklare | seek.gg |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://seek.gg |
URL till Sekretesspolicy Sidan | https://bestnewtab.com/nature/privacy.html |
Stödda Språk | 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" } |