Discussion for Google Play Store™
Discuss any App or Game on the Google Play Store!
Cos'è Discussion for Google Play Store™?
Discussion for Google Play Store™ è un'estensione di Chrome sviluppata da https://androidforums.com, e la sua funzione principale è "Discuss any App or Game on the Google Play Store!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Discussion for Google Play Store™
Scarica i file di estensione Discussion for Google Play Store™ 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
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!
Informazioni di Base sull'Estensione
Nome | Discussion for Google Play Store™ |
ID | blecahjbdenphbhmgmchammlajojlakp |
URL Ufficiale | https://chromewebstore.google.com/detail/discussion-for-google-pla/blecahjbdenphbhmgmchammlajojlakp |
Descrizione | Discuss any App or Game on the Google Play Store! |
Dimensione del File | 39.76 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2020-02-13 |
Data di Pubblicazione | 2020-02-13 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://androidforums.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://androidforums.com |
URL della Pagina di Aiuto | https://androidforums.com/forums/suggestion-box-feedback.11/ |
URL della Pagina della Politica sulla Privacy | https://androidforums.com/pages/privacy-policy |
Lingue Supportate | 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" ] } |