Cocomelon - Youtube for Kids

New videos for kids from youtube channel Cocomelon directly on new tab.

Qu'est-ce que Cocomelon - Youtube for Kids ?

Cocomelon - Youtube for Kids est une extension Chrome développée par https://www.newtabs.net, et sa fonction principale est "New videos for kids from youtube channel Cocomelon directly on new tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cocomelon - Youtube for Kids

Téléchargez les fichiers d'extension Cocomelon - Youtube for Kids 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

                        Inspiration for your kids from Cocomelon Nursery Rhymes youtube channel on each new tab.

Watch entertaining and educational videos full of awesome 3D animation and songs, that helping preschoolers learn colors, numbers, letters, animal sounds, etc.

You can play latest videos for childrens directly on new tab in your Chrome browser. Next you can see latest news from facebook Cocomelon.

This new tab includes classic search on internet and direct search on YouTube.

Enjoy and please rate it!                    

Informations de Base sur l'Extension

Nom Cocomelon - Youtube for Kids Cocomelon - Youtube for Kids
ID jlbeloojpkfehgnmfgneodpbhepgojkf
URL Officiel https://chromewebstore.google.com/detail/cocomelon-youtube-for-kid/jlbeloojpkfehgnmfgneodpbhepgojkf
Description New videos for kids from youtube channel Cocomelon directly on new tab.
Taille du Fichier 133 KB
Nombre d'Installations 900
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-08
Date de Publication 2021-01-08
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://www.newtabs.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cocomelon - Youtube for Kids",
    "description": "New videos for kids from youtube channel Cocomelon 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"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "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"
    }
}