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.”。
扩展截图
下载CumLoad扩展crx文件
下载CumLoad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier.
扩展基本信息
名称 | CumLoad |
ID | pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
官方URL | 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 |
电子邮箱 | [email protected] |
付费类型 | 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\/*" ] } } |