YouWatch

Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!

Wat is YouWatch?

YouWatch is een Chrome-extensie ontwikkeld door Meonaze Developer, en de belangrijkste functie is "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouWatch

Download YouWatch-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

                        Button to toggle Picture in Picture mode shows up when video on a page starts playing                    

Basisinformatie over de Extensie

Naam YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
Officiële URL https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
Beschrijving Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
Bestandsgrootte 8.75 KB
Aantal Installaties 23
Huidige Versie 1.1
Laatst Bijgewerkt 2018-11-30
Publicatiedatum 2018-11-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Meonaze Developer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouWatch",
    "version": "1.1",
    "description": "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!",
    "icons": {
        "128": "images\/img128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/img128.png"
        }
    }
}