Disney+ PIP

Enable Picture in Picture for Disney Plus Videos

Disney+ PIP क्या है?

Disney+ PIP gurvin.anand द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable Picture in Picture for Disney Plus Videos"।

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

screenshot

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

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

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

                        Disney Plus does not normally cooperate with the picture-in-picture chrome extension.

This extension allows the two to become compatible. Simply install this extension, open a video on Disney+, and activate the picture-in-picture extension as usual, and it will work by popping out a smaller video window.                    

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

नाम Disney+ PIP Disney+ PIP
ID pcobdaahbhmcmochfhpbhbgphcmpaeej
आधिकारिक URL https://chromewebstore.google.com/detail/disney+-pip/pcobdaahbhmcmochfhpbhbgphcmpaeej
विवरण Enable Picture in Picture for Disney Plus Videos
फ़ाइल का आकार 6.92 KB
स्थापना संख्या 908
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2022-05-26
प्रकाशन तिथि 2022-05-20
रेटिंग 2.60/5 कुल 5 रेटिंग्स
डेवलपर gurvin.anand
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Disney+ PIP",
    "description": "Enable Picture in Picture for Disney Plus Videos",
    "version": "0.0.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/video\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}