The Prodigy New Tab

Videos from The Prodigy YouTube channel directly on New Tab.

Qu'est-ce que The Prodigy New Tab ?

The Prodigy New Tab est une extension Chrome développée par https://www.newtabs.net, et sa fonction principale est "Videos from The Prodigy YouTube channel directly on New Tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Prodigy New Tab

Téléchargez les fichiers d'extension The Prodigy New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The Prodigy New Tab The Prodigy New Tab
ID fmegiolihmaockkbhdccbjajeaiinefi
URL Officiel https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi
Description Videos from The Prodigy YouTube channel directly on New Tab.
Taille du Fichier 129 KB
Nombre d'Installations 97
Version Actuelle 1.1
Dernière Mise à Jour 2020-10-19
Date de Publication 2020-10-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.newtabs.net
Email [email protected]
Langues Prises en Charge 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"
    }
}