Error loading custom extension

I downloaded the chrome extension code of OpenVidu’s screen sharing from Github. For testing in my localhost, I loaded the folder directly without hosting and I followed every step related to it . But when I tried to do screen share, I got this error Denying load of chrome-extension://ijhbhlgibejmmlaepkhginkedcgochkh/icon.png

Screen Shot 2020-04-13 at 3.45.02 PM

{
“name” : “MD ScreenSharing”,
“author”: “MD”,
“version” : “1.0.1”,
“manifest_version” : 2,
“minimum_chrome_version”: “34”,
“description” : “Screen sharing extension”,
“homepage_url”: “http://openvidu.io”,
“background”: {
“scripts”: [“background.js”],
“persistent”: false
},
“content_scripts”: [ {
“js”: [“script.js”],
“all_frames”: true,
“run_at”: “document_end”,
“matches”: [“http://localhost:4200/”]
}],
“icons”: {
“16”: “icon16.png”,
“48”: “icon48.png”,
“128”: “icon128.png”
},
“permissions”: [
“desktopCapture”
],
“web_accessible_resources”: [
“icon16.png”,
“icon48.png”,
“icon128.png”
]
}

I added * after url link in matches key and now its working. It worked only one time. After that again same issue

The extension is no longer needed for screen sharing.

Why are you using it?

In which version? I’m using "openvidu-browser": "2.8.0" and I’m getting error

OpenViduError {name: “SCREEN_EXTENSION_NOT_INSTALLED”, message: “https://chrome.google.com/webstore/detail/not_relevant/ijhbhlgibejmmlaepkhginkedcgochkh”}

Update to latest version.

We do not support old versions.

I updated to latest version. Now screen sharing is fine, but getting different error.

OpenViduError {name: “GENERIC_ERROR”, message: “Connection not found for connectionId undefined ow…m. Ice candidate will be ignored: [object Object]”}

You have to update backend and frontend to last version