let idInjection = document.createElement('script'); idInjection.innerHTML = 'let extensionId = "' + chrome.runtime.id + '";'; document.head.appendChild(idInjection); let scriptInjection = document.createElement('script'); scriptInjection.src = chrome.runtime.getURL('injection.js'); document.head.appendChild(scriptInjection);