Suntikkan JS pada tombol klik ekstensi chrome

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