Space Web Results
Web Results with space themed background.
Vad är Space Web Results?
Space Web Results är en Chrome-tillägg utvecklad av https://happy-hours.xyz, och dess huvudfunktion är "Web Results with space themed background.".
Tilläggsskärmbilder
Ladda ner Space Web Results-förlängningens CRX-fil
Ladda ner Space Web Results-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
Change your default search engine for happy-hours space theme. You can change the speed, size, number and colors of the stars.
Grundläggande Information om Tillägg
Namn | Space Web Results |
ID | ldmnpfbhdhmdakfdlgfehcojocicialc |
Officiell webbadress | https://chromewebstore.google.com/detail/space-web-results/ldmnpfbhdhmdakfdlgfehcojocicialc |
Beskrivning | Web Results with space themed background. |
Filstorlek | 11.85 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2021-10-06 |
Publiceringsdatum | 2020-02-15 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://happy-hours.xyz |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://happy-hours.xyz/privacy.html |
Stödda Språk | 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" } |