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 |
官方網址 | 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" } } |