Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Cos'è Chrome Delight?
Chrome Delight è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replace your new tab with beautiful timelapse videos, with weather and time.".
Scarica il file CRX dell'estensione Chrome Delight
Scarica i file di estensione Chrome Delight 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| URL Ufficiale | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Descrizione | Replace your new tab with beautiful timelapse videos, with weather and time. |
| Dimensione del File | 151 KB |
| Conteggio Installazioni | 45 |
| Versione Corrente | 1.0.25 |
| Ultimo Aggiornamento | 2017-10-28 |
| Data di Pubblicazione | 2017-10-28 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Delight",
"short_name": "chrome-delight",
"description": "Replace your new tab with beautiful timelapse videos, with weather and time.",
"default_locale": "en",
"manifest_version": 2,
"version": "1.0.25",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage",
"topSites",
"chrome:\/\/favicon\/",
"http:\/\/cdn.usedelight.com\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |