New Tab Video Background
Replace the default new tab with your own video background from YouTube.
Hvad er New Tab Video Background?
New Tab Video Background er en Chrome-udvidelse udviklet af JCZ Studios, og dens hovedfunktion er "Replace the default new tab with your own video background from YouTube.".
Udvidelsesskærmbilleder
Download New Tab Video Background-udvidelses-CRX-fil
Download New Tab Video Background-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows you to use a YouTube video for your new tab.
Grundlæggende oplysninger om udvidelsen
Navn | New Tab Video Background |
ID | nnecgmaghchbkjopbahkcoidopilelfc |
Officiel URL | https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc |
Beskrivelse | Replace the default new tab with your own video background from YouTube. |
Filstørrelse | 36.02 KB |
Antal Installationer | 239 |
Nuværende Version | 0.1 |
Senest Opdateret | 2017-10-26 |
Udgivelsesdato | 2017-10-26 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | JCZ Studios |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |