Chrome Delight

Replace your new tab with beautiful timelapse videos, with weather and time.

¿Qué es Chrome Delight?

Chrome Delight es una extensión de Chrome desarrollada por Unknown, y su función principal es "Replace your new tab with beautiful timelapse videos, with weather and time.".

Descargar Archivo CRX de la Extensión Chrome Delight

Descarga archivos de extensión Chrome Delight en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Chrome Delight Chrome Delight
ID chkgbgmnkiaiimlnmcbjhmoflgjbehoj
URL Oficial https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj
Descripción Replace your new tab with beautiful timelapse videos, with weather and time.
Tamaño del Archivo 151 KB
Cantidad de Instalaciones 45
Versión Actual 1.0.25
Última Actualización 2017-10-28
Fecha de Publicación 2017-10-28
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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'"
}