Picture-in-Picture Plus

Let all HTML5 videos force the Picture-in-picture mode!

Wat is Picture-in-Picture Plus?

Picture-in-Picture Plus is een Chrome-extensie ontwikkeld door 绅士喵, en de belangrijkste functie is "Let all HTML5 videos force the Picture-in-picture mode!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Picture-in-Picture Plus

Download Picture-in-Picture Plus-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

                        A more perfect Picture-in-Picture extension that supports iframe-loaded video. Source code: https://github.com/Hentioe/chropip-plus                    

Basisinformatie over de Extensie

Naam Picture-in-Picture Plus Picture-in-Picture Plus
ID hkjdaeehgkbdbpgffjgiahldidifdbgg
Officiële URL https://chromewebstore.google.com/detail/picture-in-picture-plus/hkjdaeehgkbdbpgffjgiahldidifdbgg
Beschrijving Let all HTML5 videos force the Picture-in-picture mode!
Bestandsgrootte 4.23 KB
Aantal Installaties 634
Huidige Versie 0.1.0
Laatst Bijgewerkt 2018-10-13
Publicatiedatum 2018-10-13
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar 绅士喵
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Plus",
    "description": "Let all HTML5 videos force the Picture-in-picture mode!",
    "version": "0.1.0",
    "icons": {
        "100": "assets\/icon100.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}