New Tab Video Background
Replace the default new tab with your own video background from YouTube.
Cos'è New Tab Video Background?
New Tab Video Background è un'estensione di Chrome sviluppata da JCZ Studios, e la sua funzione principale è "Replace the default new tab with your own video background from YouTube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Video Background
Scarica i file di estensione New Tab Video Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to use a YouTube video for your new tab.
Informazioni di Base sull'Estensione
Nome | New Tab Video Background |
ID | nnecgmaghchbkjopbahkcoidopilelfc |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc |
Descrizione | Replace the default new tab with your own video background from YouTube. |
Dimensione del File | 36.02 KB |
Conteggio Installazioni | 239 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-10-26 |
Data di Pubblicazione | 2017-10-26 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | JCZ Studios |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |