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 |
Eメール | [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" } |