CumLoad
Cumcord is a lightweight Discord™ client modification, now in your browser.
Was ist CumLoad?
CumLoad ist eine Chrome-Erweiterung, die von Phorcys entwickelt wurde, und ihr Hauptmerkmal ist "Cumcord is a lightweight Discord™ client modification, now in your browser.".
Erweiterungsscreenshots
CumLoad-Erweiterungs-CRX-Datei herunterladen
Laden Sie CumLoad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier.
Grundlegende Informationen zur Erweiterung
Name | CumLoad |
ID | pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
Offizielle URL | https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
Beschreibung | Cumcord is a lightweight Discord™ client modification, now in your browser. |
Dateigröße | 8.56 KB |
Installationsanzahl | 60 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-04-11 |
Veröffentlichungsdatum | 2022-04-05 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | Phorcys |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/CumcordLoaders/Chrome |
Hilfeseite URL | https://github.com/CumcordLoaders/Chrome/issues |
Unterstützte Sprachen | 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\/*" ] } } |