Cocomelon - Youtube for Kids
New videos for kids from youtube channel Cocomelon directly on new tab.
Was ist Cocomelon - Youtube for Kids?
Cocomelon - Youtube for Kids ist eine Chrome-Erweiterung, die von https://www.newtabs.net entwickelt wurde, und ihr Hauptmerkmal ist "New videos for kids from youtube channel Cocomelon directly on new tab.".
Erweiterungsscreenshots
Cocomelon - Youtube for Kids-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cocomelon - Youtube for Kids-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Cocomelon - Youtube for Kids |
ID | jlbeloojpkfehgnmfgneodpbhepgojkf |
Offizielle URL | https://chromewebstore.google.com/detail/cocomelon-youtube-for-kid/jlbeloojpkfehgnmfgneodpbhepgojkf |
Beschreibung | New videos for kids from youtube channel Cocomelon directly on new tab. |
Dateigröße | 133 KB |
Installationsanzahl | 900 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-01-08 |
Veröffentlichungsdatum | 2021-01-08 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://www.newtabs.net |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |