YouTube Picture-In-Picture

This extension pops the current video to a floating window and allows you to continue watching it while using other applications.

YouTube Picture-In-Picture क्या है?

YouTube Picture-In-Picture Simon Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension pops the current video to a floating window and allows you to continue watching it while using other applications."।

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

screenshot
screenshot

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

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

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

                        YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.                    

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

नाम YouTube Picture-In-Picture YouTube Picture-In-Picture
ID phneljjeificmdaehodadkdiacgiinbk
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk
विवरण This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
फ़ाइल का आकार 9.37 KB
स्थापना संख्या 744
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-12-04
प्रकाशन तिथि 2020-12-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Simon Li
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Picture-In-Picture",
    "version": "1.0.1",
    "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "YouTube Picture-in-Picture",
        "default_popup": "popup.html"
    }
}