遊戲橘子擴充元件

Receive a message from a native application.

What is 遊戲橘子擴充元件?

遊戲橘子擴充元件 is a Chrome extension developed by https://tw.beanfun.com, and its main feature is "Receive a message from a native application.".

Extension Screenshots

screenshot

Download 遊戲橘子擴充元件 Extension CRX File

Download 遊戲橘子擴充元件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 遊戲橘子擴充元件 遊戲橘子擴充元件
ID cgakmbkklpmijhckpolanjijghgfpeoa
Official 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
Description Receive a message from a native application.
File Size 7.32 KB
Installation Count 823,413
Current Version 0.1.0
Last Updated 2021-02-01
Publish Date 2020-02-10
Rating 2.48/5 Total 1277 Ratings
Developer https://tw.beanfun.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tw.beanfun.com/locales/TW/contents/privacy_policy.aspx
Supported Languages 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"
}