Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从 OS X 上的 Cocoa 应用程序列出和修改浏览器的navigator.plugins。我没有找到列出安装在 OS X 上的插件列表的方法。在 Windows 上,我可以检查注册表并修改它。 非常感谢任何线索,谢谢。
OS X 上的 Web 浏览器枚举磁盘上多个位置的 Internet 插件。浏览器之间共享的插件位于/Library/Internet Plug-Ins和~/Library/Internet Plug-Ins中,而特定于应用程序的 Internet 插件通常位于 中[[NSBundle mainBundle] builtInPlugInsPath]。修改浏览器看到的 Internet 插件列表的唯一方法是将插件包移出包含搜索路径的目录。
/Library/Internet Plug-Ins
~/Library/Internet Plug-Ins
[[NSBundle mainBundle] builtInPlugInsPath]