The Prodigy New Tab
Videos from The Prodigy YouTube channel directly on New Tab.
¿Qué es The Prodigy New Tab?
The Prodigy New Tab es una extensión de Chrome desarrollada por https://www.newtabs.net, y su función principal es "Videos from The Prodigy YouTube channel directly on New Tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Prodigy New Tab
Descarga archivos de extensión The Prodigy New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
YouTube videos and Facebook news from favorite music artist The Prodigy on each new tab. This is your music inspiration for every day. You can play latest videos from The Prodigy channel directly on new tab in your browser. Of course, there is classic search on Google and also directly search on YouTube.
Información Básica de la Extensión
Nombre | |
ID | fmegiolihmaockkbhdccbjajeaiinefi |
URL Oficial | https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi |
Descripción | Videos from The Prodigy YouTube channel directly on New Tab. |
Tamaño del Archivo | 129 KB |
Cantidad de Instalaciones | 97 |
Versión Actual | 1.1 |
Última Actualización | 2020-10-19 |
Fecha de Publicación | 2020-10-19 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.newtabs.net |
Correo electrónico | [email protected] |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Prodigy New Tab", "description": "Videos from The Prodigy YouTube channel directly on New Tab.", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "browser_action": { "default_icon": "images\/ico19.png" }, "icons": { "16": "images\/ico16.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |