Answer the question
In order to leave comments, you need to log in
Is it possible to receive messages in the chrome extension from a page with any url?
I'm trying to write an extension that will accept a request from a page with any url, perform certain actions and send back the result. Run into a mistake.
There were warnings when trying to install this extension:
Wildcard domain patterns such as " https://*/* " are not allowed
"externally_connectable": {
"matches": ["https://*/*"],
"accepts_tls_channel_id": true
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question