Discussion for Google Play Store™

Discuss any App or Game on the Google Play Store!

什麼是Discussion for Google Play Store™?

Discussion for Google Play Store™是由https://androidforums.com開發的Chrome擴展程式,該擴展的主要功能是“Discuss any App or Game on the Google Play Store!”。

擴展截圖

screenshot

下載Discussion for Google Play Store™擴展crx文件

下載Discussion for Google Play Store™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Discussion for Google Play Store™ Discussion for Google Play Store™
ID blecahjbdenphbhmgmchammlajojlakp
官方網址 https://chromewebstore.google.com/detail/discussion-for-google-pla/blecahjbdenphbhmgmchammlajojlakp
簡介 Discuss any App or Game on the Google Play Store!
檔案大小 39.76 KB
安裝次數 170
目前版本 1.1.3
更新時間 2020-02-13
上架時間 2020-02-13
評分 5.00/5 共 2 次評分
開發者 https://androidforums.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://androidforums.com
說明頁面URL https://androidforums.com/forums/suggestion-box-feedback.11/
隱私政策頁面URL https://androidforums.com/pages/privacy-policy
支援的語言 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"
    ]
}