Vencord Web
The cutest Discord mod now in your browser
Cos'è Vencord Web?
Vencord Web è un'estensione di Chrome sviluppata da Xinto, e la sua funzione principale è "The cutest Discord mod now in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vencord Web
Scarica i file di estensione Vencord Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | cbghhgpcnddeihccjmnadmkaejncjndb |
| URL Ufficiale | https://chromewebstore.google.com/detail/vencord-web/cbghhgpcnddeihccjmnadmkaejncjndb |
| Descrizione | The cutest Discord mod now in your browser |
| Dimensione del File | 1.67 MB |
| Conteggio Installazioni | 65,769 |
| Versione Corrente | 1.7.0 |
| Ultimo Aggiornamento | 2024-02-28 |
| Data di Pubblicazione | 2023-01-26 |
| Valutazione | 4.55/5 Totale 131 Valutazioni |
| Sviluppatore | Xinto |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://vencord.dev |
| URL della Pagina di Aiuto | https://vencord.dev/discord |
| URL della Pagina della Politica sulla Privacy | https://vencord.dev/cloud/privacy |
| Lingue Supportate | 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"
} | |