This page is about downloading the APK directly from the Google Play store using your PC only. For instructions on retrieving an APK from your phone, see this page.
cd ~/.config/chromium/Default/Extensions/cgihflhdpokeobcfimliamffejfnmfii/*/js/
vi content_scripts.js
comment out these three lines:
//var metaPrice = buttonContainer.querySelector("meta[itemprop='price']");
//if (metaPrice && metaPrice.getAttribute("content") == 0) {
var packageName = buttonContainer.getAttribute("data-docid");
addDownloadButton(buttonContainer.parentNode, packageName);
//}
cd ~/.config/chromium/Default/Extensions/obhlfmheblhjhkmacldlhdnbgbaiigba/*/assets/js/
vi google_play.js
comment out the line that says
showButton = !price || price.getAttribute("content") == 0;
and add:
showButton = true;