Play Open Beta Finder

Finds if the Google Play app has open beta testing

Cos'è Play Open Beta Finder?

Play Open Beta Finder è un'estensione di Chrome sviluppata da Pirate Captain, e la sua funzione principale è "Finds if the Google Play app has open beta testing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Play Open Beta Finder

Scarica i file di estensione Play Open Beta Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Play Open Beta Finder Play Open Beta Finder
ID kekjlppeakkghncgobcelpmghgoomeod
URL Ufficiale https://chromewebstore.google.com/detail/play-open-beta-finder/kekjlppeakkghncgobcelpmghgoomeod
Descrizione Finds if the Google Play app has open beta testing
Dimensione del File 3.91 KB
Conteggio Installazioni 762
Versione Corrente 1.1
Ultimo Aggiornamento 2016-06-07
Data di Pubblicazione 2016-06-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Pirate Captain
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}