Coral Loader
Extend the functionality of SBNation Coral commenting system.
What is Coral Loader?
Coral Loader is a Chrome extension developed by faulkev, and its main feature is "Extend the functionality of SBNation Coral commenting system.".
Extension Screenshots
Download Coral Loader Extension CRX File
Download Coral Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Coral Loader |
ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh |
Official URL | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh |
Description | Extend the functionality of SBNation Coral commenting system. |
File Size | 11.39 KB |
Installation Count | 171 |
Current Version | 0.0.4 |
Last Updated | 2022-10-27 |
Publish Date | 2022-04-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | faulkev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |