kzahel / spotify-web-extension

extension for controlling spotify web player from any tab
6 stars 7 forks source link

support direct web page messaging #1

Open kzahel opened 11 years ago

kzahel commented 11 years ago

"externallyconnectable": { "matches": ["://_.example.com/*"] }

I guess a performance improvement over message passing

kzahel commented 11 years ago

used DOM customevents, they work fine