遊戲橘子擴充元件

Receive a message from a native application.

O que é 遊戲橘子擴充元件?

遊戲橘子擴充元件 é uma extensão do Chrome desenvolvida por https://hk.beanfun.com, e sua principal característica é "Receive a message from a native application.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 遊戲橘子擴充元件

Baixe arquivos de extensão 遊戲橘子擴充元件 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        此擴充元件將用於確認使用者是否已安裝完成遊戲橘子Plugin。(Receive a message from a native application.)                    

Informações Básicas da Extensão

Nome 遊戲橘子擴充元件 遊戲橘子擴充元件
ID bkeaaolokgmbnlbdfkpkgoecllghjnmn
URL Oficial 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
Descrição Receive a message from a native application.
Tamanho do Arquivo 35.63 KB
Contagem de Instalações 10,000
Versão Atual 0.5.0
Última Atualização 2024-01-16
Data de Publicação 2022-04-14
Classificação 1.00/5 Total de 10 Avaliações
Desenvolvedor https://hk.beanfun.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://bfweb.hk.beanfun.com/locales/HK/contents/privacy_policy.aspx
Idiomas Suportados 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\/*"
    ]
}