urls string[] - 用于包含与这些模式匹配的请求的 URL 模式 数组。使用模式 <all_urls> 匹配所有 URL。
excludeUrls string[] (可选) - 用于排除与这些模式匹配的请求的 URL 模式 数组。
types string[] (可选) - 用于过滤掉不匹配的请求类型的数组。未指定时,将匹配所有类型。可以是 mainFrame、subFrame、stylesheet、script、image、font、object、xhr、ping、cspReport、media 或 webSocket。