Inject JS на кнопке нажмите расширение Chrome

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