Kassi Share - Send to Kodi
Send videos to Kodi Media Center
Wat is Kassi Share - Send to Kodi?
Kassi Share - Send to Kodi is een Chrome-extensie ontwikkeld door g0ld3nrati0, en de belangrijkste functie is "Send videos to Kodi Media Center".
Extensie Screenshots
Download het CRX-bestand van de extensie Kassi Share - Send to Kodi
Download Kassi Share - Send to Kodi-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
Send videos to Kodi media center. "Play Now" and "Add to Queue" links are placed in context menu. Supported websites: - Crunchyroll (Premium membership needed) - err.ee (etv, etv2, etv+) - Facebook.com - Postimees.ee - tv3play.tv3.ee - Twitch.tv - Vimeo.com - Youtube.com - HTML video tags (non-blob URLs) Features: 1. "Play Now" and "Add to Queue" links are placed conveniently in the context menu. 2. Performs connection test when host is configured. 3. Supports playlist. Source code available on Github, https://github.com/goldenratio/youtube-to-XBMC
Basisinformatie over de Extensie
Naam | Kassi Share - Send to Kodi |
ID | gbghegmimhjemkhpimohkdopkeahldbh |
Officiële URL | https://chromewebstore.google.com/detail/kassi-share-send-to-kodi/gbghegmimhjemkhpimohkdopkeahldbh |
Beschrijving | Send videos to Kodi Media Center |
Bestandsgrootte | 74.22 KB |
Aantal Installaties | 2,284 |
Huidige Versie | 5.3 |
Laatst Bijgewerkt | 2017-10-11 |
Publicatiedatum | 2017-10-11 |
Beoordeling | 4.50/5 Totaal 46 Beoordelingen |
Ontwikkelaar | g0ld3nrati0 |
Betalingswijze | free |
Extensiewebsite | https://github.com/goldenratio/youtube-to-XBMC |
Help Pagina-URL | https://github.com/goldenratio/youtube-to-XBMC/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kassi Share - Send to Kodi", "description": "Send videos to Kodi Media Center", "version": "5.3", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "contextMenus" ], "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "browser_action": { "default_icon": { "19": "assets\/icon_19.png", "38": "assets\/icon_38.png" }, "default_title": "Kassi Share", "default_popup": "action_popup.html" }, "background": { "scripts": [ "js\/sprintf.js", "js\/enums.js", "js\/shared.js", "js\/background_scripts\/context_menu.js", "js\/background_scripts\/player.js", "js\/background_scripts\/browser_action.js", "js\/background_scripts\/main.js", "js\/background_scripts\/message_handlers.js", "js\/background_scripts\/sites\/abstract_site.js", "js\/background_scripts\/sites\/youtube.com.js", "js\/background_scripts\/sites\/vimeo.com.js", "js\/background_scripts\/sites\/err.ee.js", "js\/background_scripts\/sites\/twitch.tv.js", "js\/background_scripts\/sites\/facebook.com.js", "js\/background_scripts\/sites\/postimees.ee.js", "js\/background_scripts\/sites\/crunchyroll.com.js", "js\/background_scripts\/sites\/tv3play.js", "js\/background_scripts\/sites\/ted.com.js", "js\/background_scripts\/sites\/dailymotion.com.js", "js\/background_scripts\/sites\/default.js" ] }, "content_scripts": [ { "matches": [ " |