遊戲橘子擴充元件

Receive a message from a native application.

What is 遊戲橘子擴充元件?

遊戲橘子擴充元件 is a Chrome extension developed by https://hk.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。(Receive a message from a native application.)                    

Extension Basic Information

Name 遊戲橘子擴充元件 遊戲橘子擴充元件
ID bkeaaolokgmbnlbdfkpkgoecllghjnmn
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/bkeaaolokgmbnlbdfkpkgoecllghjnmn
Description Receive a message from a native application.
File Size 35.63 KB
Installation Count 10,000
Current Version 0.5.0
Last Updated 2024-01-16
Publish Date 2022-04-14
Rating 1.00/5 Total 10 Ratings
Developer https://hk.beanfun.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bfweb.hk.beanfun.com/locales/HK/contents/privacy_policy.aspx
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "check.js"
            ],
            "matches": [
                "*:\/\/bfweb.hk.beanfun.com\/*",
                "*:\/\/hk.beanfun.com\/*"
            ]
        }
    ],
    "description": "Receive a message from a native application.",
    "icons": {
        "128": "beanfun!.png"
    },
    "manifest_version": 3,
    "name": "\u904a\u6232\u6a58\u5b50\u64f4\u5145\u5143\u4ef6",
    "permissions": [
        "nativeMessaging",
        "scripting",
        "alarms"
    ],
    "version": "0.5.0",
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/bfweb.hk.beanfun.com\/*",
        "*:\/\/hk.beanfun.com\/*"
    ]
}