New Tab Video Background

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

Vad är New Tab Video Background?

New Tab Video Background är en Chrome-tillägg utvecklad av JCZ Studios, och dess huvudfunktion är "Replace the default new tab with your own video background from YouTube.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New Tab Video Background-förlängningens CRX-fil

Ladda ner New Tab Video Background-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn New Tab Video Background New Tab Video Background
ID nnecgmaghchbkjopbahkcoidopilelfc
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc
Beskrivning Replace the default new tab with your own video background from YouTube.
Filstorlek 36.02 KB
Antal Installationer 239
Aktuell Version 0.1
Senast Uppdaterad 2017-10-26
Publiceringsdatum 2017-10-26
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare JCZ Studios
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}