Play Open Beta Finder
Finds if the Google Play app has open beta testing
What is Play Open Beta Finder?
Play Open Beta Finder is a Chrome extension developed by Pirate Captain, and its main feature is "Finds if the Google Play app has open beta testing".
Extension Screenshots
Download Play Open Beta Finder Extension CRX File
Download Play Open Beta Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Checks if app has open beta testing enabled and helps you join the beta. Current limitations: May currently only work if your account language is set to English.
Extension Basic Information
Name | Play Open Beta Finder |
ID | kekjlppeakkghncgobcelpmghgoomeod |
Official URL | https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod |
Description | Finds if the Google Play app has open beta testing |
File Size | 3.91 KB |
Installation Count | 762 |
Current Version | 1.1 |
Last Updated | 2016-06-07 |
Publish Date | 2016-06-07 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Pirate Captain |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play Open Beta Finder", "description": "Finds if the Google Play app has open beta testing", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/play.google.com\/*" ], "js": [ "extension.js" ] } ], "web_accessible_resources": [ "page.js" ], "permissions": [ "tabs", "https:\/\/play.google.com\/*" ] } |