Discussion for Google Play Store™

Discuss any App or Game on the Google Play Store!

O que é Discussion for Google Play Store™?

Discussion for Google Play Store™ é uma extensão do Chrome desenvolvida por https://androidforums.com, e sua principal característica é "Discuss any App or Game on the Google Play Store!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Discussion for Google Play Store™

Baixe arquivos de extensão Discussion for Google Play Store™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Have questions about an Android App?

Want help with an Android Game?

Download this "Discussion" and you'll see a "Discuss" button magically appear on Apps & Games in the Google Play Store. With one click you'll be able to discuss any Android App or Android Game!

There is no better way to ask questions, get help, learn tips and tricks, or connect with other users (or even the developers) of an Android App or Game!                    

Informações Básicas da Extensão

Nome Discussion for Google Play Store™ Discussion for Google Play Store™
ID blecahjbdenphbhmgmchammlajojlakp
URL Oficial https://chromewebstore.google.com/detail/discussion-for-google-pla/blecahjbdenphbhmgmchammlajojlakp
Descrição Discuss any App or Game on the Google Play Store!
Tamanho do Arquivo 39.76 KB
Contagem de Instalações 170
Versão Atual 1.1.3
Última Atualização 2020-02-13
Data de Publicação 2020-02-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://androidforums.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://androidforums.com
URL da Página de Ajuda https://androidforums.com/forums/suggestion-box-feedback.11/
URL da Página de Política de Privacidade https://androidforums.com/pages/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discussion for Google Play Store\u2122",
    "version": "1.1.3",
    "description": "Discuss any App or Game on the Google Play Store!",
    "short_name": "Discuss Apps",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "assets\/background-5be0eb53.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-bd3394e6.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/play.google.com\/apps*",
                "https:\/\/play.google.com\/store\/apps*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/play.google.com\/apps*",
        "https:\/\/play.google.com\/store\/apps*"
    ],
    "web_accessible_resources": [
        "commonjsHelpers-49de6970.js",
        "CHANGE_URL_HERE-6a52cd4c.js",
        "content.js"
    ]
}