The Prodigy New Tab
Videos from The Prodigy YouTube channel directly on New Tab.
What is The Prodigy New Tab?
The Prodigy New Tab is a Chrome extension developed by https://www.newtabs.net, and its main feature is "Videos from The Prodigy YouTube channel directly on New Tab.".
Extension Screenshots
Download The Prodigy New Tab Extension CRX File
Download The Prodigy New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fmegiolihmaockkbhdccbjajeaiinefi |
Official URL | https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi |
Description | Videos from The Prodigy YouTube channel directly on New Tab. |
File Size | 129 KB |
Installation Count | 97 |
Current Version | 1.1 |
Last Updated | 2020-10-19 |
Publish Date | 2020-10-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.newtabs.net |
[email protected] | |
Supported Languages | 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" } } |