The Prodigy New Tab
Videos from The Prodigy YouTube channel directly on New Tab.
Apa itu The Prodigy New Tab?
The Prodigy New Tab adalah ekstensi Chrome yang dikembangkan oleh https://www.newtabs.net, dan fitur utamanya adalah "Videos from The Prodigy YouTube channel directly on New Tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Prodigy New Tab
Unduh file ekstensi The Prodigy New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fmegiolihmaockkbhdccbjajeaiinefi |
URL Resmi | https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi |
Deskripsi | Videos from The Prodigy YouTube channel directly on New Tab. |
Ukuran File | 129 KB |
Jumlah Instalasi | 97 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-10-19 |
Tanggal Publikasi | 2020-10-19 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.newtabs.net |
[email protected] | |
Bahasa yang Didukung | 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" } } |