Vencord Web
The cutest Discord mod now in your browser
Vencord Web là gì?
Vencord Web là một tiện ích mở rộng Chrome được phát triển bởi Xinto, và tính năng chính của nó là "The cutest Discord mod now in your browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vencord Web
Tải xuống các tệp mở rộng Vencord Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vencord Web |
ID | cbghhgpcnddeihccjmnadmkaejncjndb |
URL Chính Thức | https://chromewebstore.google.com/detail/vencord-web/cbghhgpcnddeihccjmnadmkaejncjndb |
Mô tả | The cutest Discord mod now in your browser |
Kích Thước Tệp | 1.67 MB |
Số Lần Cài Đặt | 65,769 |
Phiên Bản Hiện Tại | 1.7.0 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-01-26 |
Đánh Giá | 4.55/5 Tổng số 131 Đánh Giá |
Nhà Phát Triển | Xinto |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vencord.dev |
URL Trang Trợ Giúp | https://vencord.dev/discord |
URL Trang Chính Sách Bảo Mật | https://vencord.dev/cloud/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |