Coil

Support websites and creators with Web Monetization

Was ist Coil?

Coil ist eine Chrome-Erweiterung, die von https://coil.com entwickelt wurde, und ihr Hauptmerkmal ist "Support websites and creators with Web Monetization".

Erweiterungsscreenshots

screenshot

Coil-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coil-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Coil Coil
ID locbifcbeldmnphbgkdigjmkbfkhbnca
Offizielle URL https://chromewebstore.google.com/detail/coil/locbifcbeldmnphbgkdigjmkbfkhbnca
Beschreibung Support websites and creators with Web Monetization
Dateigröße 9.49 MB
Installationsanzahl 3,182
Aktuelle Version 0.0.67
Letztes Update 2023-03-18
Veröffentlichungsdatum 2020-06-22
Bewertung 5.00/5 Insgesamt 25 Bewertungen
Entwickler https://coil.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}