'suffixes' Example
<html> <body> <button onclick="alert(navigator.mimeTypes[0].description);">mime</button> <button onclick="alert(navigator.mimeTypes[0].suffixes);">suffixes</button> <button onclick="alert(navigator.mimeTypes[0].type);">Type</button> </body> </html>