Picture-in-Picture for Youtube

Activates the Picture-in-Picture button and other useful features.

Picture-in-Picture for Youtube क्या है?

Picture-in-Picture for Youtube Super Zombi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activates the Picture-in-Picture button and other useful features."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Picture in Picture, MaxVolumer, Hide unwanted, Speed Control in Shorts, Rewind in Shorts, Full Screen in Shorts and etc.                    

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

नाम Picture-in-Picture for Youtube Picture-in-Picture for Youtube
ID choemllnhinpmdednemjdpbaolkpnhck
आधिकारिक URL https://chromewebstore.google.com/detail/picture-in-picture-for-yo/choemllnhinpmdednemjdpbaolkpnhck
विवरण Activates the Picture-in-Picture button and other useful features.
फ़ाइल का आकार 786 KB
स्थापना संख्या 396
वर्तमान संस्करण 2.4.11
अंतिम अपडेट 2023-12-15
प्रकाशन तिथि 2023-08-30
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Super Zombi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/SuperZombi/Picture-in-Picture-for-Youtube
सहायता पृष्ठ URL https://github.com/SuperZombi/Picture-in-Picture-for-Youtube/issues
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.11",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "menu\/options.html",
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "menu\/options.html"
    },
    "homepage_url": "https:\/\/github.com\/SuperZombi\/Picture-in-Picture-for-Youtube",
    "minimum_chrome_version": "107.0.5304.87"
}