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": "Yupoo Helper", "version": "1.1", "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*.x.yupoo.com\/*" ], "js": [ "popup.js", "content.js" ] } ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "\/lang\/*.json", "icon.png" ], "matches": [ "<all_urls>" ] } ] }