Cocomelon - Youtube for Kids

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

Cos'è Cocomelon - Youtube for Kids?

Cocomelon - Youtube for Kids è un'estensione di Chrome sviluppata da https://www.newtabs.net, e la sua funzione principale è "New videos for kids from youtube channel Cocomelon directly on new tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cocomelon - Youtube for Kids

Scarica i file di estensione Cocomelon - Youtube for Kids in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Cocomelon - Youtube for Kids Cocomelon - Youtube for Kids
ID jlbeloojpkfehgnmfgneodpbhepgojkf
URL Ufficiale https://chromewebstore.google.com/detail/cocomelon-youtube-for-kid/jlbeloojpkfehgnmfgneodpbhepgojkf
Descrizione New videos for kids from youtube channel Cocomelon directly on new tab.
Dimensione del File 133 KB
Conteggio Installazioni 900
Versione Corrente 1.1
Ultimo Aggiornamento 2021-01-08
Data di Pubblicazione 2021-01-08
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.newtabs.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}