The Prodigy New Tab
Videos from The Prodigy YouTube channel directly on New Tab.
Cos'è The Prodigy New Tab?
The Prodigy New Tab è un'estensione di Chrome sviluppata da https://www.newtabs.net, e la sua funzione principale è "Videos from The Prodigy YouTube channel directly on New Tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Prodigy New Tab
Scarica i file di estensione The Prodigy New Tab 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fmegiolihmaockkbhdccbjajeaiinefi |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi |
Descrizione | Videos from The Prodigy YouTube channel directly on New Tab. |
Dimensione del File | 129 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2020-10-19 |
Data di Pubblicazione | 2020-10-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.newtabs.net |
[email protected] | |
Lingue Supportate | 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" } } |