Discussion for Google Play Store™

Discuss any App or Game on the Google Play Store!

Discussion for Google Play Store™ là gì?

Discussion for Google Play Store™ là một tiện ích mở rộng Chrome được phát triển bởi https://androidforums.com, và tính năng chính của nó là "Discuss any App or Game on the Google Play Store!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discussion for Google Play Store™

Tải xuống các tệp mở rộng Discussion for Google Play Store™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discussion for Google Play Store™ Discussion for Google Play Store™
ID blecahjbdenphbhmgmchammlajojlakp
URL Chính Thức https://chromewebstore.google.com/detail/discussion-for-google-pla/blecahjbdenphbhmgmchammlajojlakp
Mô tả Discuss any App or Game on the Google Play Store!
Kích Thước Tệp 39.76 KB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2020-02-13
Ngày Phát Hành 2020-02-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://androidforums.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://androidforums.com
URL Trang Trợ Giúp https://androidforums.com/forums/suggestion-box-feedback.11/
URL Trang Chính Sách Bảo Mật https://androidforums.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}