YouWatch

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

What is YouWatch?

YouWatch is a Chrome extension developed by Meonaze Developer, and its main feature is "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!".

Extension Screenshots

screenshot

Download YouWatch Extension CRX File

Download YouWatch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
Official URL https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
Description Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
File Size 8.75 KB
Installation Count 23
Current Version 1.1
Last Updated 2018-11-30
Publish Date 2018-11-26
Rating 5.00/5 Total 4 Ratings
Developer Meonaze Developer
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}