Cast with MkChromecast

Casts videos in pages like youtube via MkChromecast

Cos'è Cast with MkChromecast?

Cast with MkChromecast è un'estensione di Chrome sviluppata da Thann, e la sua funzione principale è "Casts videos in pages like youtube via MkChromecast".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cast with MkChromecast

Scarica i file di estensione Cast with MkChromecast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Casts videos in pages like youtube via MkChromecast
Right-click links and pages to cast videos. 
Works on nearly every website thanks to youtube-dl.

Powered by play-with-mpv which requires several dependencies, see website for more info.

1. Install this chrome extension
2. Install Python 2 or 3 and pip
3. Install MkChromecast: `pip install git+git://github.com/muammar/mkchromecast --user`
4. Install server: `pip install git+git://github.com/thann/play-with-mpv --user`
5. Run server: `play-with-mpv` or use linux shortcut
6. (optional) Autostart on linux: `cp ~/.local/share/applications/thann.play-with-mpv.desktop ~/.config/autostart/`                    

Informazioni di Base sull'Estensione

Nome Cast with MkChromecast Cast with MkChromecast
ID edeepcccaejnnodlpmcoackkdgaijakg
URL Ufficiale https://chromewebstore.google.com/detail/cast-with-mkchromecast/edeepcccaejnnodlpmcoackkdgaijakg
Descrizione Casts videos in pages like youtube via MkChromecast
Dimensione del File 5.46 KB
Conteggio Installazioni 80,000
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-03-02
Data di Pubblicazione 2018-03-01
Valutazione 3.19/5 Totale 67 Valutazioni
Sviluppatore Thann
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Thann/play-with-mpv
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cast with MkChromecast",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Casts videos in pages like youtube via MkChromecast",
    "homepage_url": "https:\/\/github.com\/thann\/play-with-mpv",
    "icons": {
        "128": "mkchromecast-logo.png"
    },
    "page_action": {
        "default_icon": "mkchromecast-logo.png",
        "default_title": "Cast with MkChromecast"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/localhost\/"
    ]
}