urlmatch
urlmatch copied to clipboard
`<all_urls>` is not supported
For Chrome extensions, <all_urls> matches any URL that uses a permitted scheme (http, https, file, or ftp).
*://*/* is the closest we can get with urlmatch but for Chrome extensions that wouldn't match file or ftp URLs (though, ftp is probably not supported anymore so the only difference would be file).