Closed wang12345678 closed 1 month ago
"scripts": [ { "event": "onResolve", "match": { "urls": [ "/.m3u8" ] },
参考下这里的规则: https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns?hl=zh-cn
"scripts": [ { "event": "onResolve", "match": { "urls": [ ":///*.m3u8" ] },
可以了
"scripts": [ { "event": "onResolve", "match": { "urls": [ "/.m3u8" ] },