Since Firefox 25 old way to access status bar using
getElementById("statusbar-display")
is not working anymore. Instead of this old way you need to use gBrowser.getStatusPanel()
code. So, update your extensions in accordance with the last changes. But don't forget about those users who will not install Firefox 25 :-).