Play Open Beta Finder
Finds if the Google Play app has open beta testing
Qu'est-ce que Play Open Beta Finder ?
Play Open Beta Finder est une extension Chrome développée par Pirate Captain, et sa fonction principale est "Finds if the Google Play app has open beta testing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Play Open Beta Finder
Téléchargez les fichiers d'extension Play Open Beta Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Play Open Beta Finder |
ID | kekjlppeakkghncgobcelpmghgoomeod |
URL Officiel | https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod |
Description | Finds if the Google Play app has open beta testing |
Taille du Fichier | 3.91 KB |
Nombre d'Installations | 762 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-06-07 |
Date de Publication | 2016-06-07 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Pirate Captain |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |