Extension Youtube Player

This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.

Extension Youtube Player क्या है?

Extension Youtube Player akifumi-dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL."।

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

screenshot
screenshot

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

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

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

                        This is a Chrome extension that allows you to watch Youtube in the background.

This is a solution for those who can't concentrate or get in the way of having Youtube in their tabs.

Enter a URL and a small window optimized for the player will open and play the Youtube video.

・Support for play lists
・Simple design that doesn't get in the way
・Easy to operate

Please note that you need to enable the embedding option by the video contributor on Youtube to watch it.                    

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

नाम Extension Youtube Player Extension Youtube Player
ID cfjbdignpheklanjahlbdogdnbaklhig
आधिकारिक URL https://chromewebstore.google.com/detail/extension-youtube-player/cfjbdignpheklanjahlbdogdnbaklhig
विवरण This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.
फ़ाइल का आकार 16.12 KB
स्थापना संख्या 2,198
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2020-07-01
प्रकाशन तिथि 2020-06-30
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर akifumi-dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Youtube Player",
    "version": "0.0.2",
    "description": "This plugin will open a new window in Chrome dedicated to the Youtube screen by entering the URL.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/extensionYoutube16.png",
        "128": "images\/extensionYoutube128.png"
    },
    "browser_action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/script\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com; object-src 'self'; child-src https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com",
    "permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ]
}