Can I modify chrome://extensions/ page with JavaScript(user script)?

后端 未结 3 966
栀梦
栀梦 2020-12-04 03:30

I\'d like to use JavaScript to add a search bar for chrome://extensions/ page, so I created a file called test.user.js, and write scripts in it:



        
3条回答
  •  爱一瞬间的悲伤
    2020-12-04 03:49

    I think, that page is not "ordinary" web page, it's high security area, where you can't mess around with userscripts. That is what plugins are for.

提交回复
热议问题