Coral Loader

Extend the functionality of SBNation Coral commenting system.

Was ist Coral Loader?

Coral Loader ist eine Chrome-Erweiterung, die von faulkev entwickelt wurde, und ihr Hauptmerkmal ist "Extend the functionality of SBNation Coral commenting system.".

Erweiterungsscreenshots

screenshot

Coral Loader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coral Loader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Coral Loader Coral Loader
ID fiomjcpnnmiapdalgaglkhlgmpmdanhh
Offizielle URL https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh
Beschreibung Extend the functionality of SBNation Coral commenting system.
Dateigröße 11.39 KB
Installationsanzahl 171
Aktuelle Version 0.0.4
Letztes Update 2022-10-27
Veröffentlichungsdatum 2022-04-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler faulkev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}