Coil

Support websites and creators with Web Monetization

Qu'est-ce que Coil ?

Coil est une extension Chrome développée par https://coil.com, et sa fonction principale est "Support websites and creators with Web Monetization".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Coil

Téléchargez les fichiers d'extension Coil 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

                        Coil builds on an open standard called Web Monetization (webmonetization.org). 

https://webmonetization.org This is a brand-new standards proposal and not many websites support it yet. But it enables some amazing new experiences.

This extension only validates if your website has Web Monetization enabled.

This extension is also open-source. You can read the source code on Coil's GitHub: https://github.com/coilhq/web-monetization-projects/tree/master/packages/coil-extension                    

Informations de Base sur l'Extension

Nom Coil Coil
ID locbifcbeldmnphbgkdigjmkbfkhbnca
URL Officiel https://chromewebstore.google.com/detail/coil/locbifcbeldmnphbgkdigjmkbfkhbnca
Description Support websites and creators with Web Monetization
Taille du Fichier 9.49 MB
Nombre d'Installations 3,182
Version Actuelle 0.0.67
Dernière Mise à Jour 2023-03-18
Date de Publication 2020-06-22
Évaluation 5.00/5 Total 25 Évaluations
Développeur https://coil.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coil",
    "description": "Support websites and creators with Web Monetization",
    "version": "0.0.67",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-5m1LWWKuNwUyRmfQhpPsWWOz7QtY09CrzZskRXfyy7E='; object-src 'self'",
    "icons": {
        "128": "res\/[email protected]"
    },
    "browser_action": {
        "default_icon": "res\/[email protected]",
        "default_popup": "static\/popup.html"
    },
    "background": {
        "page": "static\/background.html"
    },
    "incognito": "spanning",
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "match_about_blank": false,
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webNavigation",
        ""
    ]
}