The Prodigy New Tab
Videos from The Prodigy YouTube channel directly on New Tab.
什么是The Prodigy New Tab?
The Prodigy New Tab是由https://www.newtabs.net开发的Chrome扩展程序,该扩展的主要功能是“Videos from The Prodigy YouTube channel directly on New Tab.”。
扩展截图
下载The Prodigy New Tab扩展crx文件
下载The Prodigy New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | fmegiolihmaockkbhdccbjajeaiinefi |
官方URL | https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi |
简介 | Videos from The Prodigy YouTube channel directly on New Tab. |
文件大小 | 129 KB |
安装次数 | 97 |
当前版本 | 1.1 |
更新时间 | 2020-10-19 |
上架时间 | 2020-10-19 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.newtabs.net |
电子邮箱 | [email protected] |
支持的语言 | 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" } } |