CumLoad
Cumcord is a lightweight Discord™ client modification, now in your browser.
Apa itu CumLoad?
CumLoad adalah ekstensi Chrome yang dikembangkan oleh Phorcys, dan fitur utamanya adalah "Cumcord is a lightweight Discord™ client modification, now in your browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CumLoad
Unduh file ekstensi CumLoad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier.
Informasi Dasar Ekstensi
Nama | CumLoad |
ID | pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
URL Resmi | https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
Deskripsi | Cumcord is a lightweight Discord™ client modification, now in your browser. |
Ukuran File | 8.56 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-04-11 |
Tanggal Publikasi | 2022-04-05 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Phorcys |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/CumcordLoaders/Chrome |
URL Halaman Bantuan | https://github.com/CumcordLoaders/Chrome/issues |
Bahasa yang Didukung | 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\/*" ] } } |