MPV Button

Adds a button for MPV player to YouTube

Wat is MPV Button?

MPV Button is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a button for MPV player to YouTube".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MPV Button

Download MPV Button-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

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

Basisinformatie over de Extensie

Naam MPV Button MPV Button
ID kffgglnfnodcijffgdfbcaedicddooem
Officiële URL https://chromewebstore.google.com/detail/mpv-button/kffgglnfnodcijffgdfbcaedicddooem
Beschrijving Adds a button for MPV player to YouTube
Bestandsgrootte 51.29 KB
Aantal Installaties 133
Huidige Versie 1.2.3
Laatst Bijgewerkt 2020-03-17
Publicatiedatum 2020-03-17
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/XENKing/mpvbutton-chrome
Help Pagina-URL https://github.com/XENKing/mpvbutton-chrome/issues
Ondersteunde Talen 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": []
}