Vencord Web
The cutest Discord mod now in your browser
What is Vencord Web?
Vencord Web is a Chrome extension developed by Xinto, and its main feature is "The cutest Discord mod now in your browser".
Extension Screenshots
Download Vencord Web Extension CRX File
Download Vencord Web extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Vencord is a modification for discord.com that adds plugins and custom styles, blocks Discord's tracking and more! For support or any questions, join our official support server: https://vencord.dev/discord Privacy Practices: Vencord respects your privacy. No info is collected about you, unless you enable the cloud sync integration. In that case, the following info is collected: - Authentication information: Discord OAuth token, used to identify you - Location: Your IP address, stored for anti-abuse purposes For more info, please see our privacy policy. (Vencord is not affiliated with Discord in any way)
Extension Basic Information
Name | Vencord Web |
ID | cbghhgpcnddeihccjmnadmkaejncjndb |
Official URL | https://chromewebstore.google.com/detail/vencord-web/cbghhgpcnddeihccjmnadmkaejncjndb |
Description | The cutest Discord mod now in your browser |
File Size | 1.67 MB |
Installation Count | 65,769 |
Current Version | 1.7.0 |
Last Updated | 2024-02-28 |
Publish Date | 2023-01-26 |
Rating | 4.55/5 Total 131 Ratings |
Developer | Xinto |
[email protected] | |
Payment Type | free |
Extension Website | https://vencord.dev |
Help Page URL | https://vencord.dev/discord |
Privacy Policy Page URL | https://vencord.dev/cloud/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "91", "name": "Vencord Web", "description": "The cutest Discord mod now in your browser", "author": "Vendicated", "homepage_url": "https:\/\/github.com\/Vendicated\/Vencord", "icons": { "128": "icon.png" }, "host_permissions": [ "*:\/\/*.discord.com\/*", "https:\/\/raw.githubusercontent.com\/*" ], "permissions": [ "declarativeNetRequest" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.discord.com\/*" ], "js": [ "content.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "dist\/*", "third-party\/*" ], "matches": [ "*:\/\/*.discord.com\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "modifyResponseHeaders", "enabled": true, "path": "modifyResponseHeaders.json" } ] }, "version": "1.7.0" } |