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