Picture in Picture Helper
The perfect tool for opening videos in Picture in Picture
Qu'est-ce que Picture in Picture Helper ?
Picture in Picture Helper est une extension Chrome développée par Pol Muñoz, et sa fonction principale est "The perfect tool for opening videos in Picture in Picture".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Picture in Picture Helper
Téléchargez les fichiers d'extension Picture in Picture Helper 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
Useful shortcuts for entering and leaving Picture in Picture in any page that contains a video: Simply click the PiPHelper icon or press Ctrl + Shift + P (Cmd + Shift + P on macOS). At the moment this extension relies on Chrome features that may not be enabled by default. You can enable them at the following addresses: chrome://flags/#enable-experimental-web-platform-features chrome://flags/#enable-picture-in-picture On some platforms (Chrome OS specifically) you may need to enable the following feature: chrome://flags/#enable-surfaces-for-videos
Informations de Base sur l'Extension
Nom | Picture in Picture Helper |
ID | dbgdaidfdfaknmbmdkfcahakceagbjej |
URL Officiel | https://chromewebstore.google.com/detail/picture-in-picture-helper/dbgdaidfdfaknmbmdkfcahakceagbjej |
Description | The perfect tool for opening videos in Picture in Picture |
Taille du Fichier | 7.51 KB |
Nombre d'Installations | 378 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-11-10 |
Date de Publication | 2018-11-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Pol Muñoz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picture in Picture Helper", "short_name": "PiPHelper", "version": "1.0.0", "description": "The perfect tool for opening videos in Picture in Picture", "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "PiP", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } }, "manifest_version": 2 } |