Coil

Support websites and creators with Web Monetization

Coil란 무엇입니까?

Coil은(는) https://coil.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Support websites and creators with Web Monetization"입니다.

확장 프로그램 스크린샷

screenshot

Coil 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}