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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New videos for kids from youtube channel Cocomelon directly on new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cocomelon - Youtube for Kids एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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