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

后端 未结 3 965
栀梦
栀梦 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:45

    You cannot inject a Content Script / User Script in chrome://extensions/ due to security reasons. You can use the Extension Management API page to create your own extension management extension.

提交回复
热议问题