https://zennolab.com/discussion/threads/uluchshaem-ehmuljaciju-profilej-zennoposter.79074/
//Генерация плагинов для f98ba1457738b341
var PluginList = instance.GetPlugins().ToList();
for (int i=0; i < PluginList.Count; i++){
instance.HidePlugin(PluginList[i]);
}
List<PluginMimeType> lstMimes = new List<PluginMimeType>();
PluginMimeType mime1 = new ZennoLab.CommandCenter.PluginMimeType("application/x-nacl", "Native Client Executable", "");
PluginMimeType mime2 = new ZennoLab.CommandCenter.PluginMimeType("application/x-pnacl", "Portable Native Client Executable", "");
lstMimes.Add(mime1);
lstMimes.Add(mime2);
var plugin = new ZennoLab.CommandCenter.PluginItem("Native Client", "internal-nacl-plugin", "", "", lstMimes);
instance.ShowPlugin(plugin);
List<PluginMimeType> lstMimes2 = new List<PluginMimeType>();
PluginMimeType mime3 = new ZennoLab.CommandCenter.PluginMimeType("application/pdf", "", "pdf");
lstMimes2.Add(mime3);
var plugin2 = new ZennoLab.CommandCenter.PluginItem("Chrome PDF Viewer", "mhjfbmdgcfjbbpaeojofohoefgiehjai", "", "", lstMimes2);
instance.ShowPlugin(plugin2);
List<PluginMimeType> lstMimes3 = new List<PluginMimeType>();
PluginMimeType mime4 = new ZennoLab.CommandCenter.PluginMimeType("application/x-google-chrome-pdf", "Portable Document Format", "pdf");
lstMimes3.Add(mime4);
var plugin3 = new ZennoLab.CommandCenter.PluginItem("Chrome PDF Plugin", "internal-pdf-viewer", "Portable Document Format", "", lstMimes3);
instance.ShowPlugin(plugin3);