YouWatch

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

YouWatch क्या है?

YouWatch Meonaze Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouWatch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम YouWatch YouWatch
ID cfdnldjcnachhlmeaeocfapmpmpiagga
आधिकारिक URL https://chromewebstore.google.com/detail/youwatch/cfdnldjcnachhlmeaeocfapmpmpiagga
विवरण Turn on Chrome's Picture in Picture mode everywhere it's accessable in one click!
फ़ाइल का आकार 8.75 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-11-30
प्रकाशन तिथि 2018-11-26
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Meonaze Developer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    }
}