遊戲橘子擴充元件

Receive a message from a native application.

遊戲橘子擴充元件란 무엇입니까?

遊戲橘子擴充元件은(는) https://tw.beanfun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive a message from a native application."입니다.

확장 프로그램 스크린샷

screenshot

遊戲橘子擴充元件 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        此擴充元件將用於確認使用者是否已安裝完成遊戲橘子Plugin。                    

확장 프로그램 기본 정보

이름 遊戲橘子擴充元件 遊戲橘子擴充元件
ID cgakmbkklpmijhckpolanjijghgfpeoa
공식 URL https://chromewebstore.google.com/detail/%E9%81%8A%E6%88%B2%E6%A9%98%E5%AD%90%E6%93%B4%E5%85%85%E5%85%83%E4%BB%B6/cgakmbkklpmijhckpolanjijghgfpeoa
설명 Receive a message from a native application.
파일 크기 7.32 KB
설치 횟수 823,413
현재 버전 0.1.0
최근 업데이트 2021-02-01
출시 날짜 2020-02-10
평점 2.48/5 총 1277 개의 평점
개발자 https://tw.beanfun.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tw.beanfun.com/locales/TW/contents/privacy_policy.aspx
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "contactclient.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "check.js"
            ],
            "matches": [
                "*:\/\/tw.beanfun.com\/*"
            ]
        }
    ],
    "description": "Receive a message from a native application.",
    "icons": {
        "128": "beanfun!.png"
    },
    "manifest_version": 2,
    "name": "\u904a\u6232\u6a58\u5b50\u64f4\u5145\u5143\u4ef6",
    "permissions": [
        "nativeMessaging",
        "*:\/\/tw.beanfun.com\/*"
    ],
    "version": "0.1.0"
}