You can easily use ImageMagick to strip the status and navigation bar off of your Google Play images.
# Top and bottom
$ convert screen.png -crop +0+76 -crop +0-145 +repage screen_crop.png
# Bottom only
$ convert screen.png -crop +0-145 +repage screen_crop.png