The Prodigy New Tab
Videos from The Prodigy YouTube channel directly on New Tab.
Co to jest The Prodigy New Tab?
The Prodigy New Tab to rozszerzenie Chrome opracowane przez https://www.newtabs.net, a jego główną funkcją jest „Videos from The Prodigy YouTube channel directly on New Tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Prodigy New Tab
Pobierz pliki rozszerzeń The Prodigy New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fmegiolihmaockkbhdccbjajeaiinefi |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi |
Opis | Videos from The Prodigy YouTube channel directly on New Tab. |
Rozmiar pliku | 129 KB |
Liczba instalacji | 97 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-10-19 |
Data Publikacji | 2020-10-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.newtabs.net |
[email protected] | |
Obsługiwane Języki | 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" } } |