The Prodigy New Tab

Videos from The Prodigy YouTube channel directly on New Tab.

The Prodigy New Tab क्या है?

The Prodigy New Tab https://www.newtabs.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Videos from The Prodigy YouTube channel directly on New Tab."।

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

screenshot

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

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

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

                        YouTube videos and Facebook news from favorite music artist The Prodigy on each new tab. This is your music inspiration for every day.

You can play latest videos from The Prodigy channel directly on new tab in your browser. Of course, there is classic search on Google and also directly search on YouTube.                    

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

नाम The Prodigy New Tab The Prodigy New Tab
ID fmegiolihmaockkbhdccbjajeaiinefi
आधिकारिक URL https://chrome.google.com/webstore/detail/the-prodigy-new-tab/fmegiolihmaockkbhdccbjajeaiinefi
विवरण Videos from The Prodigy YouTube channel directly on New Tab.
फ़ाइल का आकार 129 KB
स्थापना संख्या 97
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-10-19
प्रकाशन तिथि 2020-10-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.newtabs.net
ईमेल [email protected]
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Prodigy New Tab",
    "description": "Videos from The Prodigy YouTube channel 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"
        ]
    },
    "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"
    }
}