Vencord Web
The cutest Discord mod now in your browser
Vencord Web क्या है?
Vencord Web Xinto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The cutest Discord mod now in your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Vencord Web एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |