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
官方網址 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"
    }
}