Coral Loader
Extend the functionality of SBNation Coral commenting system.
Hvad er Coral Loader?
Coral Loader er en Chrome-udvidelse udviklet af faulkev, og dens hovedfunktion er "Extend the functionality of SBNation Coral commenting system.".
Udvidelsesskærmbilleder
Download Coral Loader-udvidelses-CRX-fil
Download Coral Loader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | fiomjcpnnmiapdalgaglkhlgmpmdanhh | 
| Officiel URL | https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh | 
| Beskrivelse | Extend the functionality of SBNation Coral commenting system. | 
| Filstørrelse | 11.39 KB | 
| Antal Installationer | 171 | 
| Nuværende Version | 0.0.4 | 
| Senest Opdateret | 2022-10-27 | 
| Udgivelsesdato | 2022-04-07 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | faulkev | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    }
} | |