CumLoad

Cumcord is a lightweight Discord™ client modification, now in your browser.

What is CumLoad?

CumLoad is a Chrome extension developed by Phorcys, and its main feature is "Cumcord is a lightweight Discord™ client modification, now in your browser.".

Extension Screenshots

screenshot
screenshot

Download CumLoad Extension CRX File

Download CumLoad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier.                    

Extension Basic Information

Name CumLoad CumLoad
ID pfmlgebacgjbhlbdmlpmjldhkoeohbnl
Official URL https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl
Description Cumcord is a lightweight Discord™ client modification, now in your browser.
File Size 8.56 KB
Installation Count 60
Current Version 1.2
Last Updated 2022-04-11
Publish Date 2022-04-05
Rating 3.00/5 Total 2 Ratings
Developer Phorcys
Email [email protected]
Payment Type free
Extension Website https://github.com/CumcordLoaders/Chrome
Help Page URL https://github.com/CumcordLoaders/Chrome/issues
Supported Languages 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\/*"
        ]
    }
}