Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Was ist Chrome Delight?
Chrome Delight ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replace your new tab with beautiful timelapse videos, with weather and time.".
Chrome Delight-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Delight-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | Chrome Delight |
ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
Offizielle URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
Beschreibung | Replace your new tab with beautiful timelapse videos, with weather and time. |
Dateigröße | 151 KB |
Installationsanzahl | 45 |
Aktuelle Version | 1.0.25 |
Letztes Update | 2017-10-28 |
Veröffentlichungsdatum | 2017-10-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |