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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
} | |