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", "manifest_version": 3, "name": "\u8717\u725b\u4e0b\u8f7d\u52a9\u624b", "version": "1.0.1", "description": "\u4f18\u96c5\u5730\u4e00\u952e\u4fdd\u5b58\u7f51\u9875\u89c6\u9891", "permissions": [ "webRequest", "sidePanel", "tabs", "storage", "declarativeNetRequest", "offscreen", "alarms" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "128": "images\/woniu.png" } }, "icons": { "128": "images\/woniu.png" }, "background": { "service_worker": "dist\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "ffmpeg\/util.js", "ffmpeg\/ffmpeg.js", "lib\/vue.prod.js", "lib\/vant.min.js", "lib\/axios.min.js", "dist\/content.js" ], "css": [ "css\/content.css", "css\/vant.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*", "ffmpeg\/*", "html\/*", "lib\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }