YouTube Video Player

YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.

YouTube Video Player क्या है?

YouTube Video Player Online Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can add any YouTube video with these options:

- icon (plus) next to logo on YouTube video detail page
- context menu: right click to background on YouTube video detail page
- context menu: right click to any link, that directed to YouTube video

Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab.

Enjoy!                    

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

नाम YouTube Video Player YouTube Video Player
ID cbklkhaojmgbcgkpbemolkionjbepkfc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc
विवरण YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
फ़ाइल का आकार 138 KB
स्थापना संख्या 13,983
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-02-29
प्रकाशन तिथि 2020-02-28
रेटिंग 3.59/5 कुल 34 रेटिंग्स
डेवलपर Online Apps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.e-players.net/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Player",
    "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.",
    "version": "1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    },
    "web_accessible_resources": [
        "img\/button_add.png"
    ]
}