遊戲橘子擴充元件
Receive a message from a native application.
Wat is 遊戲橘子擴充元件?
遊戲橘子擴充元件 is een Chrome-extensie ontwikkeld door https://tw.beanfun.com, en de belangrijkste functie is "Receive a message from a native application.".
Extensie Screenshots
Download het CRX-bestand van de extensie 遊戲橘子擴充元件
Download 遊戲橘子擴充元件-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
此擴充元件將用於確認使用者是否已安裝完成遊戲橘子Plugin。
Basisinformatie over de Extensie
Naam | 遊戲橘子擴充元件 |
ID | cgakmbkklpmijhckpolanjijghgfpeoa |
Officiële 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 |
Beschrijving | Receive a message from a native application. |
Bestandsgrootte | 7.32 KB |
Aantal Installaties | 823,413 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-02-01 |
Publicatiedatum | 2020-02-10 |
Beoordeling | 2.48/5 Totaal 1277 Beoordelingen |
Ontwikkelaar | https://tw.beanfun.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://tw.beanfun.com/locales/TW/contents/privacy_policy.aspx |
Ondersteunde Talen | 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" } |