CumLoad

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

什麼是CumLoad?

CumLoad是由Phorcys開發的Chrome擴展程式,該擴展的主要功能是“Cumcord is a lightweight Discord™ client modification, now in your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CumLoad擴展crx文件

下載CumLoad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 CumLoad CumLoad
ID pfmlgebacgjbhlbdmlpmjldhkoeohbnl
官方網址 https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl
簡介 Cumcord is a lightweight Discord™ client modification, now in your browser.
檔案大小 8.56 KB
安裝次數 60
目前版本 1.2
更新時間 2022-04-11
上架時間 2022-04-05
評分 3.00/5 共 2 次評分
開發者 Phorcys
電子郵箱 chromewebstore@phorcys.net
付費類型 free
擴展官網 https://github.com/CumcordLoaders/Chrome
說明頁面URL https://github.com/CumcordLoaders/Chrome/issues
支援的語言 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\/*"
        ]
    }
}