Coil

Support websites and creators with Web Monetization

Wat is Coil?

Coil is een Chrome-extensie ontwikkeld door https://coil.com, en de belangrijkste functie is "Support websites and creators with Web Monetization".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coil

Download Coil-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

                        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                    

Basisinformatie over de Extensie

Naam Coil Coil
ID locbifcbeldmnphbgkdigjmkbfkhbnca
Officiële URL https://chromewebstore.google.com/detail/coil/locbifcbeldmnphbgkdigjmkbfkhbnca
Beschrijving Support websites and creators with Web Monetization
Bestandsgrootte 9.49 MB
Aantal Installaties 3,182
Huidige Versie 0.0.67
Laatst Bijgewerkt 2023-03-18
Publicatiedatum 2020-06-22
Beoordeling 5.00/5 Totaal 25 Beoordelingen
Ontwikkelaar https://coil.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}