Picture in Picture

Watch video always in floating window

Was ist Picture in Picture?

Picture in Picture ist eine Chrome-Erweiterung, die von sokotovartur entwickelt wurde, und ihr Hauptmerkmal ist "Watch video always in floating window".

Erweiterungsscreenshots

screenshot
screenshot

Picture in Picture-Erweiterungs-CRX-Datei herunterladen

Laden Sie Picture in Picture-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

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

Grundlegende Informationen zur Erweiterung

Name Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
Offizielle URL https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
Beschreibung Watch video always in floating window
Dateigröße 24.23 KB
Installationsanzahl 6,000
Aktuelle Version 1.6
Letztes Update 2022-01-24
Veröffentlichungsdatum 2021-02-24
Bewertung 3.25/5 Insgesamt 12 Bewertungen
Entwickler sokotovartur
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}