5-Minute Crafts

New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.

5-Minute Crafts क्या है?

5-Minute Crafts New Tabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab."।

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

screenshot

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

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

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

                        Great ideas in YouTube videos and Facebook news from 5-Minute Crafts on each new tab.

You can play latest videos of 5-Minute Crafts directly on new tab in your Chrome browser. It includes classic search on Internet and on YouTube.

Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम 5-Minute Crafts 5-Minute Crafts
ID aknndimfdgnfhekgjpjdncaihdnhkilj
आधिकारिक URL https://chrome.google.com/webstore/detail/5-minute-crafts/aknndimfdgnfhekgjpjdncaihdnhkilj
विवरण New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.
फ़ाइल का आकार 131 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-08-07
प्रकाशन तिथि 2020-08-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर New Tabs
ईमेल [email protected]
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "5-Minute Crafts",
    "description": "New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "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"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}