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", "name": "URP Beautifier", "manifest_version": 3, "version": "1.0", "icons": { "16": ".\/icon\/android-icon-36x36.png", "48": ".\/icon\/android-icon-48x48.png", "128": ".\/icon\/icon-128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/10-28-63-116-8081-p.webvpn.swpu.edu.cn\/*", "http:\/\/jwxt.swpu.edu.cn\/*", "http:\/\/10.28.63.111:9001\/*", "http:\/\/10.28.63.111:9002\/*", "http:\/\/10.28.63.111\/*", "http:\/\/10.28.63.116:8081\/*" ], "all_frames": true, "js": [ "content.bundle.cjs.js" ], "css": [ ".\/css\/global.css", ".\/css\/bolt.css", ".\/css\/main.css" ] } ], "web_accessible_resources": [ { "matches": [ "http:\/\/10-28-63-116-8081-p.webvpn.swpu.edu.cn\/*", "http:\/\/jwxt.swpu.edu.cn\/*", "http:\/\/10.28.63.111:9001\/*", "http:\/\/10.28.63.111:9002\/*", "http:\/\/10.28.63.111\/*", "http:\/\/10.28.63.116:8081\/*" ], "resources": [ "\/img\/logo_landscape_dark.png", "\/img\/logo_landscape_light.png", "\/img\/undraw_no_data_re_kwbl.svg", "\/img\/sticker.webp", "\/img\/peek.webp", "\/img\/hide.webp", "\/img\/look.webp" ] } ] }