Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
Co to jest Chrome Delight?
Chrome Delight to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replace your new tab with beautiful timelapse videos, with weather and time.”.
Pobierz plik CRX rozszerzenia Chrome Delight
Pobierz pliki rozszerzeń Chrome Delight w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Oficjalny URL | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
| Opis | Replace your new tab with beautiful timelapse videos, with weather and time. |
| Rozmiar pliku | 151 KB |
| Liczba instalacji | 45 |
| Aktualna Wersja | 1.0.25 |
| Ostatnia Aktualizacja | 2017-10-28 |
| Data Publikacji | 2017-10-28 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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'"
} | |