New Tab Video Background

Replace the default new tab with your own video background from YouTube.

Apa itu New Tab Video Background?

New Tab Video Background adalah ekstensi Chrome yang dikembangkan oleh JCZ Studios, dan fitur utamanya adalah "Replace the default new tab with your own video background from YouTube.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Video Background

Unduh file ekstensi New Tab Video Background 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

                        This extension allows you to use a YouTube video for your new tab.                    

Informasi Dasar Ekstensi

Nama New Tab Video Background New Tab Video Background
ID nnecgmaghchbkjopbahkcoidopilelfc
URL Resmi https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc
Deskripsi Replace the default new tab with your own video background from YouTube.
Ukuran File 36.02 KB
Jumlah Instalasi 239
Versi Saat Ini 0.1
Terakhir Diperbarui 2017-10-26
Tanggal Publikasi 2017-10-26
Penilaian 3.00/5 Total 2 Penilaian
Pengembang JCZ Studios
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Video Background",
    "version": "0.1",
    "description": "Replace the default new tab with your own video background from YouTube.",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}