Vencord Web

The cutest Discord mod now in your browser

Vencord Web란 무엇입니까?

Vencord Web은(는) Xinto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The cutest Discord mod now in your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Vencord Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}