Coil

Support websites and creators with Web Monetization

Coilคืออะไร?

Coil เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coil.com และคุณลักษณะหลักของมันคือ "Support websites and creators with Web Monetization"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Coil

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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",
        ""
    ]
}