Picture in Picture
Provide PIP function for Youtube, Bilibili and so on.
Qu'est-ce que Picture in Picture ?
Picture in Picture est une extension Chrome développée par https://www.johnzhang.xyz, et sa fonction principale est "Provide PIP function for Youtube, Bilibili and so on.".
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
Picture-in-Picture (PiP) Mode allows you to watch videos in a floating window (always on top of other windows), this feature was support late last year and this extension would support other sites like Youtube and so on.
Informations de Base sur l'Extension
Nom | |
ID | macihajaciflkkmodijnkfjmpikhjepe |
URL Officiel | https://chrome.google.com/webstore/detail/picture-in-picture/macihajaciflkkmodijnkfjmpikhjepe |
Description | Provide PIP function for Youtube, Bilibili and so on. |
Taille du Fichier | 57.96 KB |
Nombre d'Installations | 305 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-02-01 |
Date de Publication | 2019-01-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.johnzhang.xyz |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "sites\/youtube\/pip.css" ], "js": [ "sites\/youtube\/pip.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "description": "Provide PIP function for Youtube, Bilibili and so on.", "name": "Picture in Picture", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "assets\/pip512.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "assets\/pip48.png", "128": "assets\/pip128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+P", "mac": "Alt+P", "chromeos": "Alt+P", "linux": "Alt+P" } } }, "permissions": [ "tabs", " |