How to view css stylesheet injected by a Google Chrome extension using dev tools?

后端 未结 3 1380
粉色の甜心
粉色の甜心 2021-02-18 19:00

I\'m injecting a css file from my chrome extension using the manifest.json (full source):

  \"content_scripts\": [
    {
      \"matches\": [
        \"http://*/         


        
3条回答
  •  别跟我提以往
    2021-02-18 19:12

    Go to Sources and then Content Scripts. You have to go to the extension name and then you'll see the injected files.

提交回复
热议问题