Coral Loader
Extend the functionality of SBNation Coral commenting system.
Apa itu Coral Loader?
Coral Loader adalah ekstensi Chrome yang dikembangkan oleh faulkev, dan fitur utamanya adalah "Extend the functionality of SBNation Coral commenting system.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Coral Loader
Unduh file ekstensi Coral Loader 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
For use with any site using the SBNation Coral commenting system. Enable features such as: - Wide comments Upcoming features: - Auto-load new comments and replies
Informasi Dasar Ekstensi
Nama | Coral Loader |
ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh |
URL Resmi | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh |
Deskripsi | Extend the functionality of SBNation Coral commenting system. |
Ukuran File | 11.39 KB |
Jumlah Instalasi | 171 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2022-10-27 |
Tanggal Publikasi | 2022-04-07 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | faulkev |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coral Loader", "description": "Extend the functionality of SBNation Coral commenting system.", "version": "0.0.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "coral128.png" }, "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "scripting", "webNavigation", "webRequest" ], "action": { "default_popup": "popup.html" } } |