MoneyStream
Streamable money for the streaming web
MoneyStream là gì?
MoneyStream là một tiện ích mở rộng Chrome được phát triển bởi bitcoinofthings, và tính năng chính của nó là "Streamable money for the streaming web".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MoneyStream
Tải xuống các tệp mở rộng MoneyStream dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
MoneyStream allows you to pay web sites and content creators for streaming content, games and web monetization. There are no subscriptions to maintain and you only pay for what you use. You are in complete control of your funds at all time. Increase the security, privacy and browsing enjoyment of your internet experience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MoneyStream |
ID | ggdmhmaklbcaeeolnppfehjkkihhnkfe |
URL Chính Thức | https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe |
Mô tả | Streamable money for the streaming web |
Kích Thước Tệp | 1.99 MB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.1.23 |
Cập Nhật Lần Cuối | 2020-12-07 |
Ngày Phát Hành | 2020-08-20 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | bitcoinofthings |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://moneystreamdev.github.io/moneystream-project/ |
URL Trang Chính Sách Bảo Mật | https://cash.bitcoinofthings.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MoneyStream", "description": "Streamable money for the streaming web", "version": "0.1.23", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.moneybutton.com https:\/\/one.relayx.io; object-src 'self'", "icons": { "128": "res\/icn-moneystream-on.png" }, "browser_action": { "default_icon": "res\/icn-moneystream-off.png", "default_popup": "static\/popup.html" }, "background": { "page": "static\/background.html" }, "externally_connectable": { "matches": [ "https:\/\/moneystreamdev.github.io\/*", "https:\/\/bitcoinofthings.com\/*", "https:\/\/upubsub.com\/*", "https:\/\/www.fullcyclemining.com\/*", "https:\/\/develop.mymovies.us\/*", "https:\/\/bcstudios.us\/*", "https:\/\/*\/*", "*:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "match_about_blank": false, "all_frames": true, "run_at": "document_start" } ], "permissions": [ "webNavigation", " |