Play Open Beta Finder
Finds if the Google Play app has open beta testing
Wat is Play Open Beta Finder?
Play Open Beta Finder is een Chrome-extensie ontwikkeld door Pirate Captain, en de belangrijkste functie is "Finds if the Google Play app has open beta testing".
Extensie Screenshots
Download het CRX-bestand van de extensie Play Open Beta Finder
Download Play Open Beta Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Play Open Beta Finder |
ID | kekjlppeakkghncgobcelpmghgoomeod |
Officiële URL | https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod |
Beschrijving | Finds if the Google Play app has open beta testing |
Bestandsgrootte | 3.91 KB |
Aantal Installaties | 762 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-06-07 |
Publicatiedatum | 2016-06-07 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Pirate Captain |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |