Vencord Web
The cutest Discord mod now in your browser
什么是Vencord Web?
Vencord Web是由Xinto开发的Chrome扩展程序,该扩展的主要功能是“The cutest Discord mod now in your browser”。
扩展截图
下载Vencord Web扩展crx文件
下载Vencord Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | Vencord Web |
ID | cbghhgpcnddeihccjmnadmkaejncjndb |
官方URL | https://chromewebstore.google.com/detail/vencord-web/cbghhgpcnddeihccjmnadmkaejncjndb |
简介 | The cutest Discord mod now in your browser |
文件大小 | 1.67 MB |
安装次数 | 65,769 |
当前版本 | 1.7.0 |
更新时间 | 2024-02-28 |
上架时间 | 2023-01-26 |
评分 | 4.55/5 共131次评分 |
开发者 | Xinto |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vencord.dev |
帮助页面URL | https://vencord.dev/discord |
隐私政策页面URL | https://vencord.dev/cloud/privacy |
支持的语言 | 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" } |