Discussion for Google Play Store™

Discuss any App or Game on the Google Play Store!

Wat is Discussion for Google Play Store™?

Discussion for Google Play Store™ is een Chrome-extensie ontwikkeld door https://androidforums.com, en de belangrijkste functie is "Discuss any App or Game on the Google Play Store!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discussion for Google Play Store™

Download Discussion for Google Play Store™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Discussion for Google Play Store™ Discussion for Google Play Store™
ID blecahjbdenphbhmgmchammlajojlakp
Officiële URL https://chromewebstore.google.com/detail/discussion-for-google-pla/blecahjbdenphbhmgmchammlajojlakp
Beschrijving Discuss any App or Game on the Google Play Store!
Bestandsgrootte 39.76 KB
Aantal Installaties 170
Huidige Versie 1.1.3
Laatst Bijgewerkt 2020-02-13
Publicatiedatum 2020-02-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://androidforums.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://androidforums.com
Help Pagina-URL https://androidforums.com/forums/suggestion-box-feedback.11/
URL van de Privacybeleid Pagina https://androidforums.com/pages/privacy-policy
Ondersteunde Talen 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"
    ]
}