New Tab Video Background

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

Wat is New Tab Video Background?

New Tab Video Background is een Chrome-extensie ontwikkeld door JCZ Studios, en de belangrijkste functie is "Replace the default new tab with your own video background from YouTube.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie New Tab Video Background

Download New Tab Video Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam New Tab Video Background New Tab Video Background
ID nnecgmaghchbkjopbahkcoidopilelfc
Officiële URL https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc
Beschrijving Replace the default new tab with your own video background from YouTube.
Bestandsgrootte 36.02 KB
Aantal Installaties 239
Huidige Versie 0.1
Laatst Bijgewerkt 2017-10-26
Publicatiedatum 2017-10-26
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar JCZ Studios
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}