Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Wat is Chrome Delight?
Chrome Delight is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replace your new tab with beautiful timelapse videos, with weather and time.".
Download het CRX-bestand van de extensie Chrome Delight
Download Chrome Delight-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Beschrijving | Replace your new tab with beautiful timelapse videos, with weather and time. |
| Bestandsgrootte | 151 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 1.0.25 |
| Laatst Bijgewerkt | 2017-10-28 |
| Publicatiedatum | 2017-10-28 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |