MeoMix / StreamusChromeExtension

A YouTube video player as a Google Chrome extension

Home Page:http://streamus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot read property 'getExposedProperties' of undefined

daniel-1981 opened this issue · comments

I'm trying to execute your code in Chrome (using developer mode) but i see this error inside console of Developer Tools

js/foreground/plugins.js:17
Uncaught TypeError: Cannot read property 'getExposedProperties' of undefined

and I only see blank chart.

Can you help me to solve this problem?

You'll want to inspect background.html on chrome://extensions. It failed to load properly and there's probably an error on that page.

You are a master MeoMix!!!. I had copied file youTubeAPIKey.js.example and then renamed it to youTubeAPIKey.js but I didn't delete original, so I believe that was my error. Now, how i can block youtube video player? Thanks in advance :)

Go to VideoRegion.js and comment out hiding the view. :)

showing*

Thanks a lot again MeoMix. I'll close this issue :)