GoQuestGo
Shortcuts to GoQuestGo
Cos'è GoQuestGo?
GoQuestGo è un'estensione di Chrome sviluppata da ExMarketPlace FZ LLC, e la sua funzione principale è "Shortcuts to GoQuestGo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoQuestGo
Scarica i file di estensione GoQuestGo 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
GoQuestGo is an organic search engine that provides a distributed, multitenant-capable full-text search engine. It is now equipped with geolocation search, multi language translator, currency converter, weather forecast and web search. By clicking "Add to chrome", I accept and agree to installing the goquestgo Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: https://www.goquestgo.net/privacy.php Terms of Use: https://www.goquestgo.net/terms.php
Informazioni di Base sull'Estensione
Nome | GoQuestGo |
ID | hedaaklekiciolidmhnnamogaciojebk |
URL Ufficiale | https://chromewebstore.google.com/detail/goquestgo/hedaaklekiciolidmhnnamogaciojebk |
Descrizione | Shortcuts to GoQuestGo |
Dimensione del File | 387 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-02-15 |
Data di Pubblicazione | 2019-02-15 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | ExMarketPlace FZ LLC |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.exmarketplace.com/privacy.php |
Lingue Supportate | de,en,fr,es,it,pt-BR,ru,ar,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoQuestGo", "description": "Shortcuts to GoQuestGo", "icons": { "48": "icon.png", "128": "icon128.png" }, "version": "1.0.1", "permissions": [ "tabs", "topSites", "storage" ], "browser_action": { "default_title": "GoQuestGo", "default_icon": "icon.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/goquestgo.net\/*", "https:\/\/www.goquestgo.net\/*" ], "js": [ "injectTopSites.js" ], "css": [ "topsites.css" ] }, { "matches": [ "*:\/\/*.goquestgo.net\/*" ], "js": [ "noextwarning.js" ] } ], "web_accessible_resources": [ "style.css", "*.png" ], "default_locale": "en", "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } } } |