CIP - Picture In Picture (AKA. PIP) player

Play video in Picture-In-Picture mode (aka. PIP)

CIP - Picture In Picture (AKA. PIP) player क्या है?

CIP - Picture In Picture (AKA. PIP) player ufo22940268 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play video in Picture-In-Picture mode (aka. PIP)"।

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

screenshot

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

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

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

                        CIP is short for Cat In Picture. It can let you trigger Picture In Picture window in chrome browser.

How to use it

When you browser a page with a html5 player in it, and then click the extension icon. Then the video will be played in a floating window.

Tested in following websites

- https://www.twitch.tv/
- https://youtube.com/
- https://www.douyu.com/ (Using html5 player)
- https://www.bilibili.com/

The extension should works on other websites as well.

Source code:  https://github.com/ufo22940268/CIP                    

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

नाम CIP - Picture In Picture (AKA. PIP) player CIP - Picture In Picture (AKA. PIP) player
ID oacpifbefgeacllmohgglfjmgchadkjh
आधिकारिक URL https://chromewebstore.google.com/detail/cip-picture-in-picture-ak/oacpifbefgeacllmohgglfjmgchadkjh
विवरण Play video in Picture-In-Picture mode (aka. PIP)
फ़ाइल का आकार 9.67 KB
स्थापना संख्या 962
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-11-23
प्रकाशन तिथि 2018-11-23
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर ufo22940268
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ufo22940268/CIP
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CIP - Picture In Picture (AKA. PIP) player",
    "version": "1.2",
    "description": "Play video in Picture-In-Picture mode (aka. PIP)",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "background",
        "activeTab"
    ],
    "browser_action": [],
    "manifest_version": 2
}