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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/*"
    ]
}