开发者

how to disable reload option in chrome extension

开发者 https://www.devze.com 2023-02-02 08:11 出处:网络
I have developed on plugin by using google chrome extension API. By using "Load unpacked extension" button I can install the my plugin in to chrome browser,

I have developed on plugin by using google chrome extension API.

By using "Load unpacked extension" button I can install the my plugin in to chrome browser,

I will get 3 option in the "Reload", "Disable" and "Uninstall".

How can 开发者_如何学GoI disable Reload option for my extension. I am attaching the image for reference

how to disable reload option in chrome extension

Thanks.


You cant.

Although theoretically you could write a NPAPI plugin that would do this I recommend against it.

0

精彩评论

暂无评论...
验证码 换一张
取 消