Coral Loader
Extend the functionality of SBNation Coral commenting system.
Wat is Coral Loader?
Coral Loader is een Chrome-extensie ontwikkeld door faulkev, en de belangrijkste functie is "Extend the functionality of SBNation Coral commenting system.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coral Loader
Download Coral Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |  | 
| ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh | 
| Officiële URL | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh | 
| Beschrijving | Extend the functionality of SBNation Coral commenting system. | 
| Bestandsgrootte | 11.39 KB | 
| Aantal Installaties | 171 | 
| Huidige Versie | 0.0.4 | 
| Laatst Bijgewerkt | 2022-10-27 | 
| Publicatiedatum | 2022-04-07 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | faulkev | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
} | |