遊戲橘子擴充元件

Receive a message from a native application.

Cos'è 遊戲橘子擴充元件?

遊戲橘子擴充元件 è un'estensione di Chrome sviluppata da https://tw.beanfun.com, e la sua funzione principale è "Receive a message from a native application.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 遊戲橘子擴充元件

Scarica i file di estensione 遊戲橘子擴充元件 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 遊戲橘子擴充元件 遊戲橘子擴充元件
ID cgakmbkklpmijhckpolanjijghgfpeoa
URL Ufficiale 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
Descrizione Receive a message from a native application.
Dimensione del File 7.32 KB
Conteggio Installazioni 823,413
Versione Corrente 0.1.0
Ultimo Aggiornamento 2021-02-01
Data di Pubblicazione 2020-02-10
Valutazione 2.48/5 Totale 1277 Valutazioni
Sviluppatore https://tw.beanfun.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://tw.beanfun.com/locales/TW/contents/privacy_policy.aspx
Lingue Supportate 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"
}