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.
我创建了一个 npapi 插件。现在为了启用或禁用它,我从我的程序中调用 regsvr32 命令。现在,我希望有选择地禁用插件,例如插件应该为 firefox 禁用但为 chrome 启用。也许,可以通过更改一些键来完成,但我不知道具体是哪些。
除非您将其作为扩展程序的一部分而不是在注册表中安装,否则无法仅为一个浏览器启用它。