Discussion for Google Play Store™

Discuss any App or Game on the Google Play Store!

Qu'est-ce que Discussion for Google Play Store™ ?

Discussion for Google Play Store™ est une extension Chrome développée par https://androidforums.com, et sa fonction principale est "Discuss any App or Game on the Google Play Store!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Discussion for Google Play Store™

Téléchargez les fichiers d'extension Discussion for Google Play Store™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Discussion for Google Play Store™ Discussion for Google Play Store™
ID blecahjbdenphbhmgmchammlajojlakp
URL Officiel https://chromewebstore.google.com/detail/discussion-for-google-pla/blecahjbdenphbhmgmchammlajojlakp
Description Discuss any App or Game on the Google Play Store!
Taille du Fichier 39.76 KB
Nombre d'Installations 170
Version Actuelle 1.1.3
Dernière Mise à Jour 2020-02-13
Date de Publication 2020-02-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://androidforums.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://androidforums.com
URL de la Page d'Aide https://androidforums.com/forums/suggestion-box-feedback.11/
URL de la Page de Politique de Confidentialité https://androidforums.com/pages/privacy-policy
Langues Prises en Charge 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"
    ]
}