Coil
Support websites and creators with Web Monetization
Coilとは何ですか?
Coilはhttps://coil.comによって開発されたChromeの拡張機能で、その主な機能は「Support websites and creators with Web Monetization」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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", " |