Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "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": 3, "name": "\u904a\u6232\u6a58\u5b50\u64f4\u5145\u5143\u4ef6", "permissions": [ "nativeMessaging" ], "version": "0.2.0", "host_permissions": [ "*:\/\/tw.beanfun.com\/*" ] }