CumLoad
Cumcord is a lightweight Discord™ client modification, now in your browser.
Wat is CumLoad?
CumLoad is een Chrome-extensie ontwikkeld door Phorcys, en de belangrijkste functie is "Cumcord is a lightweight Discord™ client modification, now in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie CumLoad
Download CumLoad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier. Basisinformatie over de Extensie
| Naam | |
| ID | pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
| Officiële URL | https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
| Beschrijving | Cumcord is a lightweight Discord™ client modification, now in your browser. |
| Bestandsgrootte | 8.56 KB |
| Aantal Installaties | 60 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-04-11 |
| Publicatiedatum | 2022-04-05 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Phorcys |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/CumcordLoaders/Chrome |
| Help Pagina-URL | https://github.com/CumcordLoaders/Chrome/issues |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CumLoad",
"version": "1.2",
"author": "Phorcys",
"homepage_url": "https:\/\/github.com\/CumcordLoaders\/Browser",
"description": "Cumcord is a lightweight Discord\u2122 client modification, now in your browser.",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"debugger"
],
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "src\/worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.discord.com\/*",
"*:\/\/discord.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_end"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.discord.com\/*",
"*:\/\/discord.com\/*"
]
}
} | |