This JS exports compatible devices list for published app on Google Play.
Google Play Developer Console doesn't allow to export a list of compatible devices with your published APK.
Parses HTML code looking for all devices shown on your setup panel. When all items are registered, the browser will open a new tab with the devices list.
You can download any web extension that executes JS on webpages, and include exporter.js to it.
For example, Tampermonkey (Chrome Store link)
-
Open an app detail
-
Go to APK section
-
Click on "See list" link below the number of supported devices
-
Exporter will parse html and open a new tab with the info (Manufacturer, product and name)
Remember to allow pop-up