Picture-in-Picture

Watch video using Picture-in-Picture

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

Picture-in-Picture parnagroups द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch video using Picture-in-Picture"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Update Version 1.2
 - Fixed Picture In Picture for Facebook "Watch".
 - Add feature save link website and manage facebook video saved.

Watch video using Picture-in-Picture
This extension will enable Chrome's picture-in-picture feature allowing you to minimize playing video to the corner of the screen and have it float on top of other tabs so you can continue watching while you browse the internet.

The following flags MUST be enabled in chrome://flags for this extension to work:
chrome://flags/#enable-experimental-web-platform-features.
chrome://flags/#enable-surfaces-for-videos.
chrome://flags/#enable-picture-in-picture.                    

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

नाम Picture-in-Picture Picture-in-Picture
ID bpjkjejdannjfahgbahegaendgjgnpci
आधिकारिक URL https://chromewebstore.google.com/detail/picture-in-picture/bpjkjejdannjfahgbahegaendgjgnpci
विवरण Watch video using Picture-in-Picture
फ़ाइल का आकार 359 KB
स्थापना संख्या 42,371
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-11-23
प्रकाशन तिथि 2018-09-05
रेटिंग 4.27/5 कुल 44 रेटिंग्स
डेवलपर parnagroups
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/privacy-policy-boost/home
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "logo.png",
            "38": "logo.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.52ffd847.7b06bc56.js"
            ],
            "allFrames": true,
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.ts.ae92ac30.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 3,
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "name": "Picture-in-Picture",
    "version": "1.4",
    "description": "Watch video using Picture-in-Picture",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/actionPictureInPicture.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.52ffd847.js"
            ],
            "use_dynamic_url": true
        }
    ]
}