~/.mozilla/firefox/*[profile name].default/browser/plugins
MOZ_PLUGIN_PATH
环境变量指向的目录~/.mozilla/plugins
/usr/lib/mozilla/plugins
(在非ubuntu 64-bit系统上,可以使用/usr/lib64/mozilla/plugins
)[Profile directory]/plugins
,其中[Profile directory]
是用户配置文件目录更新Firefox > =52
Firefox 52对NPAPI插件的支持已经删除,除了Adobe Flash之外,以上目录中的所有插件都被忽略。
如果你安装了Flash和flashplugin installer包,它通过/usr/lib/mozilla/plugins
中的符号链接被加载,最终链接到 /usr/lib/flashplugin-installer/libflashplayer.so
。
相关文章