Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Что такое Chrome Delight?
Chrome Delight - это расширение Chrome, разработанное Unknown, и его основная функция - "Replace your new tab with beautiful timelapse videos, with weather and time.".
Скачать файл CRX расширения Chrome Delight
Скачайте файлы расширений Chrome Delight в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Официальный URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Описание | Replace your new tab with beautiful timelapse videos, with weather and time. |
| Размер файла | 151 KB |
| Количество установок | 45 |
| Текущая Версия | 1.0.25 |
| Последнее Обновление | 2017-10-28 |
| Дата публикации | 2017-10-28 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | 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'"
} | |