MPV Button

Adds a button for MPV player to YouTube

MPV Button क्या है?

MPV Button Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button for MPV player to YouTube"।

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

screenshot

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

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

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

                        Adds a button to YouTube videos on YouTube.com that lets you play the video in MPV player (https://github.com/XENKing/mpvbutton)                    

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

नाम MPV Button MPV Button
ID kffgglnfnodcijffgdfbcaedicddooem
आधिकारिक URL https://chromewebstore.google.com/detail/mpv-button/kffgglnfnodcijffgdfbcaedicddooem
विवरण Adds a button for MPV player to YouTube
फ़ाइल का आकार 51.29 KB
स्थापना संख्या 133
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2020-03-17
प्रकाशन तिथि 2020-03-17
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/XENKing/mpvbutton-chrome
सहायता पृष्ठ URL https://github.com/XENKing/mpvbutton-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/XENKing\/mpvbutton-chrome",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtu.be\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": []
}