Picture in Picture Video

Extension to trigger PIP!

Qu'est-ce que Picture in Picture Video ?

Picture in Picture Video est une extension Chrome développée par mickeyjc, et sa fonction principale est "Extension to trigger PIP!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Picture in Picture Video 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

                        Trigger Picture in Picture mode for HTML 5 video element.
Should work for all web page that has an HTML 5 video. eg, youtube

- Install the extension
- Browse to the webpage that contains a web video
- The PIP extension icon should turn Green
- Click the PIP extension icon
- Web video will be in picture in picture mode.                    

Informations de Base sur l'Extension

Nom Picture in Picture Video Picture in Picture Video
ID cfbelahlacbmjflikmaagnfpoadanpfh
URL Officiel https://chrome.google.com/webstore/detail/picture-in-picture-video/cfbelahlacbmjflikmaagnfpoadanpfh
Description Extension to trigger PIP!
Taille du Fichier 11.21 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2019-11-30
Date de Publication 2019-11-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur mickeyjc
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture Video",
    "version": "1.0",
    "description": "Extension to trigger PIP!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "Picture in Picture",
        "default_icon": {
            "16": "images\/icon16x.png",
            "32": "images\/icon32x.png",
            "48": "images\/icon32x.png",
            "128": "images\/icon128x.png"
        }
    },
    "manifest_version": 2
}