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": "VRChat \u975e\u516c\u5f0fWeb\u62e1\u5f35", "description": "VRChat\u975e\u516c\u5f0f\u62e1\u5f35\u6a5f\u80fd\nVRChat\u516c\u5f0f\u30b5\u30a4\u30c8(vrchat.com)\u3092\u4f7f\u3044\u3084\u3059\u304f\u3057\u307e\u3059\u3002\u203b\u73fe\u6bb5\u968e\u306fMy Avatars\u30da\u30fc\u30b8\u306e\u307f\u3000created by @Choccomintice", "version": "0.1.0", "manifest_version": 3, "author": "choccomintice", "action": { "default_icon": ".\/images\/appIcon.png", "default_popup": ".\/Popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/vrchat.com\/*" ], "js": [ "content-script.js" ], "css": [ ".\/styles\/style.css" ] } ], "commands": [], "icons": { "64": ".\/images\/appIcon.png" }, "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self';" } }