Cocomelon - Youtube for Kids
New videos for kids from youtube channel Cocomelon directly on new tab.
Vad är Cocomelon - Youtube for Kids?
Cocomelon - Youtube for Kids är en Chrome-tillägg utvecklad av https://www.newtabs.net, och dess huvudfunktion är "New videos for kids from youtube channel Cocomelon directly on new tab.".
Tilläggsskärmbilder
Ladda ner Cocomelon - Youtube for Kids-förlängningens CRX-fil
Ladda ner Cocomelon - Youtube for Kids-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Cocomelon - Youtube for Kids |
ID | jlbeloojpkfehgnmfgneodpbhepgojkf |
Officiell webbadress | https://chromewebstore.google.com/detail/cocomelon-youtube-for-kid/jlbeloojpkfehgnmfgneodpbhepgojkf |
Beskrivning | New videos for kids from youtube channel Cocomelon directly on new tab. |
Filstorlek | 133 KB |
Antal Installationer | 900 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-01-08 |
Publiceringsdatum | 2021-01-08 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | https://www.newtabs.net |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |