Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
What is Chrome Delight?
Chrome Delight is a Chrome extension developed by Unknown, and its main feature is "Replace your new tab with beautiful timelapse videos, with weather and time.".
Download Chrome Delight Extension CRX File
Download Chrome Delight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Chrome Delight |
ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
Official URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
Description | Replace your new tab with beautiful timelapse videos, with weather and time. |
File Size | 151 KB |
Installation Count | 45 |
Current Version | 1.0.25 |
Last Updated | 2017-10-28 |
Publish Date | 2017-10-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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'" } |