Coral Loader

Extend the functionality of SBNation Coral commenting system.

Qu'est-ce que Coral Loader ?

Coral Loader est une extension Chrome développée par faulkev, et sa fonction principale est "Extend the functionality of SBNation Coral commenting system.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Coral Loader

Téléchargez les fichiers d'extension Coral Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Coral Loader Coral Loader
ID fiomjcpnnmiapdalgaglkhlgmpmdanhh
URL Officiel https://chromewebstore.google.com/detail/coral-loader/fiomjcpnnmiapdalgaglkhlgmpmdanhh
Description Extend the functionality of SBNation Coral commenting system.
Taille du Fichier 11.39 KB
Nombre d'Installations 171
Version Actuelle 0.0.4
Dernière Mise à Jour 2022-10-27
Date de Publication 2022-04-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur faulkev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}