Cocomelon - Youtube for Kids

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

什么是Cocomelon - Youtube for Kids?

Cocomelon - Youtube for Kids是由https://www.newtabs.net开发的Chrome扩展程序,该扩展的主要功能是“New videos for kids from youtube channel Cocomelon directly on new tab.”。

扩展截图

screenshot

下载Cocomelon - Youtube for Kids扩展crx文件

下载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 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"
    }
}