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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}