CumLoad
Cumcord is a lightweight Discord™ client modification, now in your browser.
Hvad er CumLoad?
CumLoad er en Chrome-udvidelse udviklet af Phorcys, og dens hovedfunktion er "Cumcord is a lightweight Discord™ client modification, now in your browser.".
Udvidelsesskærmbilleder
Download CumLoad-udvidelses-CRX-fil
Download CumLoad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier.
Grundlæggende oplysninger om udvidelsen
Navn | CumLoad |
ID | pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
Officiel URL | https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
Beskrivelse | Cumcord is a lightweight Discord™ client modification, now in your browser. |
Filstørrelse | 8.56 KB |
Antal Installationer | 60 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-04-11 |
Udgivelsesdato | 2022-04-05 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | Phorcys |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/CumcordLoaders/Chrome |
Hjælpeside-URL | https://github.com/CumcordLoaders/Chrome/issues |
Understøttede Sprog | 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\/*" ] } } |