Cocomelon - Youtube for Kids
New videos for kids from youtube channel Cocomelon directly on new tab.
Cocomelon - Youtube for Kidsคืออะไร?
Cocomelon - Youtube for Kids เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.newtabs.net และคุณลักษณะหลักของมันคือ "New videos for kids from youtube channel Cocomelon directly on new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cocomelon - Youtube for Kids
ดาวน์โหลดไฟล์ส่วนขยาย Cocomelon - Youtube for Kids ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cocomelon - Youtube for Kids |
ID | jlbeloojpkfehgnmfgneodpbhepgojkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cocomelon-youtube-for-kid/jlbeloojpkfehgnmfgneodpbhepgojkf |
คำอธิบาย | New videos for kids from youtube channel Cocomelon directly on new tab. |
ขนาดไฟล์ | 133 KB |
จำนวนการติดตั้ง | 900 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-01-08 |
วันที่เผยแพร่ | 2021-01-08 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.newtabs.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |