Space Web Results
Web Results with space themed background.
Cos'è Space Web Results?
Space Web Results è un'estensione di Chrome sviluppata da https://happy-hours.xyz, e la sua funzione principale è "Web Results with space themed background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Space Web Results
Scarica i file di estensione Space Web Results 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
Change your default search engine for happy-hours space theme. You can change the speed, size, number and colors of the stars.
Informazioni di Base sull'Estensione
Nome | Space Web Results |
ID | ldmnpfbhdhmdakfdlgfehcojocicialc |
URL Ufficiale | https://chromewebstore.google.com/detail/space-web-results/ldmnpfbhdhmdakfdlgfehcojocicialc |
Descrizione | Web Results with space themed background. |
Dimensione del File | 11.85 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2021-10-06 |
Data di Pubblicazione | 2020-02-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://happy-hours.xyz |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://happy-hours.xyz/privacy.html |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "128": "128.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Space Web Results", "keyword": "__MSG_appName__", "search_url": "https:\/\/happy-hours.xyz\/search?theme=speedl&q={searchTerms}", "favicon_url": "https:\/\/happy-hours.xyz\/bundles\/app\/img\/favicon_search_engine\/favicon-32x32.png", "encoding": "UTF-8", "is_default": true } }, "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.3" } |