New Tab Video Background
Replace the default new tab with your own video background from YouTube.
Qu'est-ce que New Tab Video Background ?
New Tab Video Background est une extension Chrome développée par JCZ Studios, et sa fonction principale est "Replace the default new tab with your own video background from YouTube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Video Background
Téléchargez les fichiers d'extension New Tab Video Background au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to use a YouTube video for your new tab.
Informations de Base sur l'Extension
Nom | New Tab Video Background |
ID | nnecgmaghchbkjopbahkcoidopilelfc |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc |
Description | Replace the default new tab with your own video background from YouTube. |
Taille du Fichier | 36.02 KB |
Nombre d'Installations | 239 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2017-10-26 |
Date de Publication | 2017-10-26 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | JCZ Studios |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |