Coral Loader

Extend the functionality of SBNation Coral commenting system.

什么是Coral Loader?

Coral Loader是由faulkev开发的Chrome扩展程序,该扩展的主要功能是“Extend the functionality of SBNation Coral commenting system.”。

扩展截图

screenshot

下载Coral Loader扩展crx文件

下载Coral Loader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Coral Loader Coral Loader
ID fiomjcpnnmiapdalgaglkhlgmpmdanhh
官方URL https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh
简介 Extend the functionality of SBNation Coral commenting system.
文件大小 11.39 KB
安装次数 171
当前版本 0.0.4
更新时间 2022-10-27
上架时间 2022-04-07
评分 5.00/5 共1次评分
开发者 faulkev
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}