I looked at match patterns documentation, but can't find a way to have matches
to contain a text.
E.g. how to make it work only for links that contains test/22
?
Tried:
"content_scripts": [
{
"matches": ["https://*/test/22*"]
}
}
and many others, no luck.