Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

Qu'est-ce que Picture in Picture ?

Picture in Picture est une extension Chrome développée par sovelkinnikita, et sa fonction principale est "Floating Video for Chrome. Watch video in PiP Mode.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Picture in Picture

Téléchargez les fichiers d'extension Picture in Picture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

Informations de Base sur l'Extension

Nom Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
URL Officiel https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
Description Floating Video for Chrome. Watch video in PiP Mode.
Taille du Fichier 17.1 KB
Nombre d'Installations 844
Version Actuelle 2.1.7
Dernière Mise à Jour 2021-12-22
Date de Publication 2021-02-08
Évaluation 4.00/5 Total 1 Évaluations
Développeur sovelkinnikita
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}