Picture in Picture
Picture in picture
Wat is Picture in Picture?
Picture in Picture is een Chrome-extensie ontwikkeld door MichaelSanchez, en de belangrijkste functie is "Picture in picture".
Extensie Screenshots
Download het CRX-bestand van de extensie Picture in Picture
Download Picture in Picture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Picture in picture                     Basisinformatie over de Extensie
| Naam |   |  
| ID | gojanolgcdcaclpmclppnoppbfddnmoh | 
| Officiële URL | https://chromewebstore.google.com/detail/picture-in-picture/gojanolgcdcaclpmclppnoppbfddnmoh | 
| Beschrijving | Picture in picture | 
| Bestandsgrootte | 568 KB | 
| Aantal Installaties | 16 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2019-04-04 | 
| Publicatiedatum | 2019-04-04 | 
| Ontwikkelaar | MichaelSanchez | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "Icon-Small.png",
        "48": "[email protected]",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}  |  |