Play Open Beta Finder

Finds if the Google Play app has open beta testing

Play Open Beta Finderคืออะไร?

Play Open Beta Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pirate Captain และคุณลักษณะหลักของมันคือ "Finds if the Google Play app has open beta testing"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Play Open Beta Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}