How do i upload panel extension?

1: the zip folder i uploaded it contains folders and re-upload the zip folder which contains only files
Now my folder contains:
->bootstrap.min.css
->bootstrap.min.js
->config.html
->config.js
->helper.js
->panel.html
->style.css
->viewer.js

2: <script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script> this tag is already present in panel.html. and i found this code in helper.js

debugger; const local = window.frameElement.attributes.getNamedItem('helperUrl'); const online = 'https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js'; const el = document.createElement('script'); el.src = local ? local.value : online; document.head.appendChild(el);

it was commented before I uncomment this code.

3: Relative and Absolute both types of links I have used in panel.html
4: no 404 errors