遊戲橘子擴充元件
Receive a message from a native application.
遊戲橘子擴充元件とは何ですか?
遊戲橘子擴充元件はhttps://hk.beanfun.comによって開発されたChromeの拡張機能で、その主な機能は「Receive a message from a native application.」です。
拡張機能のスクリーンショット
遊戲橘子擴充元件拡張機能のCRXファイルをダウンロード
遊戲橘子擴充元件拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
此擴充元件將用於確認使用者是否已安裝完成遊戲橘子Plugin。(Receive a message from a native application.) 拡張機能の基本情報
| 名前 | |
| ID | bkeaaolokgmbnlbdfkpkgoecllghjnmn |
| 公式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 |
| 説明 | Receive a message from a native application. |
| ファイルサイズ | 35.63 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 0.5.0 |
| 最終更新日 | 2024-01-16 |
| 公開日 | 2022-04-14 |
| 評価 | 1.00/5 合計 10 レビュー |
| 開発者 | https://hk.beanfun.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://bfweb.hk.beanfun.com/locales/HK/contents/privacy_policy.aspx |
| 対応言語 | 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\/*"
]
} | |