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 |
官方網址 | 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\/*" ] } |