muaz-khan / getScreenId

getScreenId | Capture Screen on Any Domain! This script is a hack used to support single chrome extension usage on any HTTPs domain.
https://www.webrtc-experiment.com/getScreenId/
MIT License
64 stars 29 forks source link

Chrome extension status is: installed-disabled #5

Open Jip-Hop opened 7 years ago

Jip-Hop commented 7 years ago

I'd like to host all the dependencies myself. I modified getScreenId.js to embed getScreenId.html served from my own domain. //iframe.src = 'https://www.webrtc-experiment.com/getSourceId/'; // https://wwww.yourdomain.com/getScreenId.html iframe.src = 'getScreenId.html'; // https://wwww.yourdomain.com/getScreenId.html

But when I click: Capture Your Own Screen in the example provided (index.html) I get the following message: Chrome extension status is: installed-disabled

The full url is https://localhost:8080/getScreenId.html. I tried that too but that didn't make a difference.

guomh commented 6 years ago

I have the same problem. dose it only works in domain 'https://www.webrtc-experiment.com'?