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 |
Eメール | [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" } } |