Picture in Picture

Picture-in-Picture extension for the Chrome browser.

Picture in Picture क्या है?

Picture in Picture Juwan Petty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Picture-in-Picture extension for the Chrome browser."।

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

screenshot

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

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

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

                        Picture-in-Picture allows web pages to play a video in a little window that stays on top of other windows. This feature is valuable for users that want to continue watching their videos while doing something else.                    

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

नाम Picture in Picture Picture in Picture
ID meboopjblcjkdmpehioplkgcbopipjmg
आधिकारिक URL https://chromewebstore.google.com/detail/picture-in-picture/meboopjblcjkdmpehioplkgcbopipjmg
विवरण Picture-in-Picture extension for the Chrome browser.
फ़ाइल का आकार 7.63 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.2
अंतिम अपडेट 2019-02-27
प्रकाशन तिथि 2019-02-27
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर Juwan Petty
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Picture in Picture",
    "description": "Picture-in-Picture extension for the Chrome browser.",
    "version": "0.2",
    "author": "Juwan Petty",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}