Coil
Support websites and creators with Web Monetization
Vad är Coil?
Coil är en Chrome-tillägg utvecklad av https://coil.com, och dess huvudfunktion är "Support websites and creators with Web Monetization".
Tilläggsskärmbilder
Ladda ner Coil-förlängningens CRX-fil
Ladda ner Coil-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Coil |
ID | locbifcbeldmnphbgkdigjmkbfkhbnca |
Officiell webbadress | https://chromewebstore.google.com/detail/coil/locbifcbeldmnphbgkdigjmkbfkhbnca |
Beskrivning | Support websites and creators with Web Monetization |
Filstorlek | 9.49 MB |
Antal Installationer | 3,182 |
Aktuell Version | 0.0.67 |
Senast Uppdaterad | 2023-03-18 |
Publiceringsdatum | 2020-06-22 |
Betyg | 5.00/5 Totalt 25 Betyg |
Utvecklare | https://coil.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |