Coil

Support websites and creators with Web Monetization

Cos'è Coil?

Coil è un'estensione di Chrome sviluppata da https://coil.com, e la sua funzione principale è "Support websites and creators with Web Monetization".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coil

Scarica i file di estensione Coil 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

                        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                    

Informazioni di Base sull'Estensione

Nome Coil Coil
ID locbifcbeldmnphbgkdigjmkbfkhbnca
URL Ufficiale https://chromewebstore.google.com/detail/coil/locbifcbeldmnphbgkdigjmkbfkhbnca
Descrizione Support websites and creators with Web Monetization
Dimensione del File 9.49 MB
Conteggio Installazioni 3,182
Versione Corrente 0.0.67
Ultimo Aggiornamento 2023-03-18
Data di Pubblicazione 2020-06-22
Valutazione 5.00/5 Totale 25 Valutazioni
Sviluppatore https://coil.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}