CumLoad

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

CumLoad là gì?

CumLoad là một tiện ích mở rộng Chrome được phát triển bởi Phorcys, và tính năng chính của nó là "Cumcord is a lightweight Discord™ client modification, now in your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CumLoad

Tải xuống các tệp mở rộng CumLoad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CumLoad CumLoad
ID pfmlgebacgjbhlbdmlpmjldhkoeohbnl
URL Chính Thức https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl
Mô tả Cumcord is a lightweight Discord™ client modification, now in your browser.
Kích Thước Tệp 8.56 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2022-04-05
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Phorcys
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CumcordLoaders/Chrome
URL Trang Trợ Giúp https://github.com/CumcordLoaders/Chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}