YouTube New Tab

Play your favorite videos from youtube on each new tab.

YouTube New Tab क्या है?

YouTube New Tab Funny Apps & Games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play your favorite videos from youtube on each new tab."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouTube New Tab saves your favorite videos from youtube.com to playlist without download and play them later.

You can easily add any YouTube video in several ways:

1. Click the icon next to logo YouTube on video page
2. Context menu: right click to background on video page
3. Context menu: right click to any link, that directed to YouTube video
(for details see screens)

Next you can play your saves videos directly on each new tab without go to youtube.com and without download these videos.

Of course, on new tab is classic search on Internet and also direct search on YouTube.

Enjoy!                    

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

नाम YouTube New Tab YouTube New Tab
ID hkdjjblefenaffilobnkdekehpjfbein
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein
विवरण Play your favorite videos from youtube on each new tab.
फ़ाइल का आकार 119 KB
स्थापना संख्या 838
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-01-13
प्रकाशन तिथि 2021-01-12
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Funny Apps & Games
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube New Tab",
    "description": "Play your favorite videos from youtube on each new tab.",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "19": "img\/ico_19.png",
        "32": "img\/ico_32.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "web_accessible_resources": [
        "img\/button_add.png"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}