Can chrome.declarativeContent be used to disable the action icon in front of pages that report chrome protocol?

Viewed 17

In practice I would like to use the technique described here, but in reverse mode?
In theory, this could be done by negating the urlFilter pattern or using the complementary command chrome.declarativeContent.HideAction() (which I haven't found anywhere).
What about the practice? It can be done? TIA

0 Answers
Related