I can't get access to VLC (2.2.0) plugin version using JS in Google Chrome or Opera.
I mean navigator.plugins["VLC Web Plugin"].version does not work.
Can you add version number to plugin description, how it was in prev versions?
navigator.plugins["VLC Web Plugin"] in GC/Opera:
Code: Select all
... mimetype...
description: "VLC media player Web Plugin"
filename: "npvlc.dll"
length: 44
name: "VLC Web Plugin"
...
Code: Select all
... mimetype...
description: "VLC media player Web Plugin"
filename: "npvlc.dll"
length: 44
name: "VLC Web Plugin"
version: "2.2.0.0"
...