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
官方網址 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"
    }
}