chrome extension remove badges code example
Example: chrome extension remove badges
//set to empty string and badge will not display
chrome.browserAction.setBadgeText({'text': '' });
//set to empty string and badge will not display
chrome.browserAction.setBadgeText({'text': '' });