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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rewarded on your favorite sites just for searching the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में seek.gg - The Gamer's Search Engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |