PiPControl - Picture-in-Picture Control

Overlay video where ever you're working. Pipcontrol.com

Was ist PiPControl - Picture-in-Picture Control?

PiPControl - Picture-in-Picture Control ist eine Chrome-Erweiterung, die von https://pipcontrol.com entwickelt wurde, und ihr Hauptmerkmal ist "Overlay video where ever you're working. Pipcontrol.com".

Erweiterungsscreenshots

screenshot

PiPControl - Picture-in-Picture Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie PiPControl - Picture-in-Picture Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        PipControl allows you to watch videos in a floating window that is always ontop so you can keep an eye on what you want while interacting with websites or applications.                    

Grundlegende Informationen zur Erweiterung

Name PiPControl - Picture-in-Picture Control PiPControl - Picture-in-Picture Control
ID cplpgnoppkbccmlenoljnonjnepkcied
Offizielle URL https://chromewebstore.google.com/detail/pipcontrol-picture-in-pic/cplpgnoppkbccmlenoljnonjnepkcied
Beschreibung Overlay video where ever you're working. Pipcontrol.com
Dateigröße 11 KB
Installationsanzahl 3,348
Aktuelle Version 3.0
Letztes Update 2019-02-14
Veröffentlichungsdatum 2019-02-09
Bewertung 4.80/5 Insgesamt 10 Bewertungen
Entwickler https://pipcontrol.com
Zahlungsart free
Erweiterungswebsite http://pipcontrol.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PiPControl - Picture-in-Picture Control",
    "description": "Overlay video where ever you're working. Pipcontrol.com",
    "version": "3.0",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "permissions": [
        ""
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}