Chrome Delight

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

Qu'est-ce que Chrome Delight ?

Chrome Delight est une extension Chrome développée par Unknown, et sa fonction principale est "Replace your new tab with beautiful timelapse videos, with weather and time.".

Télécharger le fichier CRX de l'extension Chrome Delight

Téléchargez les fichiers d'extension Chrome Delight au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Chrome Delight Chrome Delight
ID chkgbgmnkiaiimlnmcbjhmoflgjbehoj
URL Officiel https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj
Description Replace your new tab with beautiful timelapse videos, with weather and time.
Taille du Fichier 151 KB
Nombre d'Installations 45
Version Actuelle 1.0.25
Dernière Mise à Jour 2017-10-28
Date de Publication 2017-10-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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'"
}