Play Open Beta Finder

Finds if the Google Play app has open beta testing

Play Open Beta Finder là gì?

Play Open Beta Finder là một tiện ích mở rộng Chrome được phát triển bởi Pirate Captain, và tính năng chính của nó là "Finds if the Google Play app has open beta testing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Play Open Beta Finder

Tải xuống các tệp mở rộng Play Open Beta Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Play Open Beta Finder Play Open Beta Finder
ID kekjlppeakkghncgobcelpmghgoomeod
URL Chính Thức https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod
Mô tả Finds if the Google Play app has open beta testing
Kích Thước Tệp 3.91 KB
Số Lần Cài Đặt 762
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-06-07
Ngày Phát Hành 2016-06-07
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pirate Captain
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}