Wstrzykiwanie JS na przycisku Kliknij rozszerzenie Chrome

function a(){
    chrome.tabs.executeScript({code: "alert(1)"});
}
Mr. Hacker