Picture in Picture - PiP View

Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.

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

Picture in Picture - PiP View Esteban द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch videos in a floating PiP window (always on top of other windows) even when tab is switched."।

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

screenshot
screenshot

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

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

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

                        The extension helps to view videos in a separate window                    

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

नाम Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
आधिकारिक URL https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
विवरण Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
फ़ाइल का आकार 35.19 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.4.1
अंतिम अपडेट 2022-08-20
प्रकाशन तिथि 2022-08-20
डेवलपर Esteban
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://pipviewer.com/privacy.html
गोपनीयता नीति पृष्ठ URL https://pipviewer.com/privacy.html
समर्थित भाषाएँ de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - PiP View",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "inta.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lora.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
        "default_icon": {
            "16": "pench.png",
            "32": "crua.png",
            "48": "eata.png",
            "64": "gona.png"
        }
    },
    "icons": {
        "16": "rata.png",
        "32": "lesta.png",
        "48": "cerva.png",
        "128": "bibo.png"
    }
}