Picture in Picture
Allows switch to picture in picture mode for sites where blocked right mouse click
Qu'est-ce que Picture in Picture ?
Picture in Picture est une extension Chrome développée par maniac, et sa fonction principale est "Allows switch to picture in picture mode for sites where blocked right mouse click".
Captures d'Écran de l'Extension
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
Informations de Base sur l'Extension
Nom | Picture in Picture |
ID | jkjmjfjggohhnhonoejajejmoifdbmce |
URL Officiel | https://chromewebstore.google.com/detail/picture-in-picture/jkjmjfjggohhnhonoejajejmoifdbmce |
Description | Allows switch to picture in picture mode for sites where blocked right mouse click |
Taille du Fichier | 19.24 KB |
Nombre d'Installations | 15 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2018-12-20 |
Date de Publication | 2018-12-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | maniac |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/the-maniac/picture-in-picture |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Picture in Picture", "short_name": "PiP", "description": "Allows switch to picture in picture mode for sites where blocked right mouse click", "version": "0.0.1", "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "main.js" ], "matches": [ " |