2 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Igor DovečerNov 14, 2016
- Report illegal content
- Copy link
How to make it work with your hostname: 1. copy extension folder to new folder in extension (for example, I renamed 1.5.1_0 to serverstatus) 2. remove/delete original extension 3. edit copied extension, change manifest.json localhost to your desired hostname 4. also rename _metadata folder name to metadata 5. add extension as unpacked extension and select your new folder
Sacha GriffinSep 20, 2016
- Report illegal content
- Copy link
Doesn't work unless it's exactly the url it expect..
Tarnazar SamaelMay 16, 2016
- Report illegal content
- Copy link
Just modify manifest.json file something like this "matches": [ "http://*/server-status*" ] And it works great.
Can YıldızAug 21, 2015
- Report illegal content
- Copy link
It must let user change settings for Server Status url. It's not "localhost" always and URL is not "server-status" always too.
Wouter ThielenMay 8, 2015
- Report illegal content
- Copy link
Only on localhost? Can it be updated so that it matches any */server-status* URL? Most people manage servers that are not on localhost :)