Coil

Support websites and creators with Web Monetization

什麼是Coil?

Coil是由https://coil.com開發的Chrome擴展程式,該擴展的主要功能是“Support websites and creators with Web Monetization”。

擴展截圖

screenshot

下載Coil擴展crx文件

下載Coil擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Coil Coil
ID locbifcbeldmnphbgkdigjmkbfkhbnca
官方網址 https://chromewebstore.google.com/detail/coil/locbifcbeldmnphbgkdigjmkbfkhbnca
簡介 Support websites and creators with Web Monetization
檔案大小 9.49 MB
安裝次數 3,182
目前版本 0.0.67
更新時間 2023-03-18
上架時間 2020-06-22
評分 5.00/5 共 25 次評分
開發者 https://coil.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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",
        ""
    ]
}