Play Open Beta Finder
Finds if the Google Play app has open beta testing
什么是Play Open Beta Finder?
Play Open Beta Finder是由Pirate Captain开发的Chrome扩展程序,该扩展的主要功能是“Finds if the Google Play app has open beta testing”。
扩展截图
下载Play Open Beta Finder扩展crx文件
下载Play Open Beta Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Play Open Beta Finder |
ID | kekjlppeakkghncgobcelpmghgoomeod |
官方URL | https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod |
简介 | Finds if the Google Play app has open beta testing |
文件大小 | 3.91 KB |
安装次数 | 762 |
当前版本 | 1.1 |
更新时间 | 2016-06-07 |
上架时间 | 2016-06-07 |
评分 | 3.00/5 共2次评分 |
开发者 | Pirate Captain |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |