Chrome Extension Manifest 'Matches'

前端 未结 5 1956
甜味超标
甜味超标 2020-12-12 23:54

I\'m trying my hands at a simple Chrome Extension, but am running into a problem with providing a value for the matches array in my content_scripts

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 00:31

    Bro you forgot to add

    "manifest_version":2

    Which is mandatory one.

提交回复
热议问题