Chrome Delight

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

Apa itu Chrome Delight?

Chrome Delight adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replace your new tab with beautiful timelapse videos, with weather and time.".

Unduh Berkas CRX Ekstensi Chrome Delight

Unduh file ekstensi Chrome Delight dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Chrome Delight Chrome Delight
ID chkgbgmnkiaiimlnmcbjhmoflgjbehoj
URL Resmi https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj
Deskripsi Replace your new tab with beautiful timelapse videos, with weather and time.
Ukuran File 151 KB
Jumlah Instalasi 45
Versi Saat Ini 1.0.25
Terakhir Diperbarui 2017-10-28
Tanggal Publikasi 2017-10-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}