Coral Loader

Extend the functionality of SBNation Coral commenting system.

Cos'è Coral Loader?

Coral Loader è un'estensione di Chrome sviluppata da faulkev, e la sua funzione principale è "Extend the functionality of SBNation Coral commenting system.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coral Loader

Scarica i file di estensione Coral Loader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Coral Loader Coral Loader
ID fiomjcpnnmiapdalgaglkhlgmpmdanhh
URL Ufficiale https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh
Descrizione Extend the functionality of SBNation Coral commenting system.
Dimensione del File 11.39 KB
Conteggio Installazioni 171
Versione Corrente 0.0.4
Ultimo Aggiornamento 2022-10-27
Data di Pubblicazione 2022-04-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore faulkev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}