遊戲橘子擴充元件
Receive a message from a native application.
Vad är 遊戲橘子擴充元件?
遊戲橘子擴充元件 är en Chrome-tillägg utvecklad av https://hk.beanfun.com, och dess huvudfunktion är "Receive a message from a native application.".
Tilläggsskärmbilder
Ladda ner 遊戲橘子擴充元件-förlängningens CRX-fil
Ladda ner 遊戲橘子擴充元件-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
此擴充元件將用於確認使用者是否已安裝完成遊戲橘子Plugin。(Receive a message from a native application.)
Grundläggande Information om Tillägg
Namn | 遊戲橘子擴充元件 |
ID | bkeaaolokgmbnlbdfkpkgoecllghjnmn |
Officiell webbadress | 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 |
Beskrivning | Receive a message from a native application. |
Filstorlek | 35.63 KB |
Antal Installationer | 10,000 |
Aktuell Version | 0.5.0 |
Senast Uppdaterad | 2024-01-16 |
Publiceringsdatum | 2022-04-14 |
Betyg | 1.00/5 Totalt 10 Betyg |
Utvecklare | https://hk.beanfun.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://bfweb.hk.beanfun.com/locales/HK/contents/privacy_policy.aspx |
Stödda Språk | 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\/*" ] } |