Picture-in-Picture Extension by c4r

Picture-in-Picture with shortcuts control.

Picture-in-Picture Extension by c4r क्या है?

Picture-in-Picture Extension by c4r c4r द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Picture-in-Picture with shortcuts control."।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension allows video to hover on the desktop as a small window, and can be automatically loaded after the video changes.
The play progress can be easily adjusted with the global shortcut key.
Please refer to github page for detail on setting global shortcut https://github.com/c4rO-0/chromeExtPIP .                    

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

नाम Picture-in-Picture Extension by c4r Picture-in-Picture Extension by c4r
ID banggcaohiaanmdkalekjcffjonamlkj
आधिकारिक URL https://chromewebstore.google.com/detail/picture-in-picture-extens/banggcaohiaanmdkalekjcffjonamlkj
विवरण Picture-in-Picture with shortcuts control.
फ़ाइल का आकार 13.94 KB
स्थापना संख्या 10,389
वर्तमान संस्करण 0.4
अंतिम अपडेट 2021-02-01
प्रकाशन तिथि 2020-03-27
रेटिंग 4.69/5 कुल 32 रेटिंग्स
डेवलपर c4r
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/c4rO-0/chromeExtPIP
सहायता पृष्ठ URL https://github.com/c4rO-0/chromeExtPIP/issues
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "zh_CN",
    "version": "0.4",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "backward": {
            "description": "__MSG_backward__",
            "suggested_key": {
                "windows": "Ctrl+Left",
                "mac": "Command+Left",
                "chromeos": "Ctrl+Left",
                "linux": "Ctrl+Left"
            }
        },
        "forward": {
            "description": "__MSG_forward__",
            "suggested_key": {
                "windows": "Ctrl+Right",
                "mac": "Command+Right",
                "chromeos": "Ctrl+Right",
                "linux": "Ctrl+Right"
            }
        },
        "volumeUp": {
            "description": "__MSG_volumeUp__"
        },
        "volumeDown": {
            "description": "__MSG_volumeDown__"
        },
        "exit": {
            "description": "__MSG_exit__"
        },
        "reopen": {
            "description": "__MSG_reopen__"
        },
        "play": {
            "description": "__MSG_playPause__",
            "suggested_key": {
                "windows": "Ctrl+Space",
                "mac": "Command+Space",
                "chromeos": "Ctrl+Space",
                "linux": "Ctrl+Space"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}