MoneyStream
Streamable money for the streaming web
MoneyStreamคืออะไร?
MoneyStream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bitcoinofthings และคุณลักษณะหลักของมันคือ "Streamable money for the streaming web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoneyStream
ดาวน์โหลดไฟล์ส่วนขยาย MoneyStream ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MoneyStream |
ID | ggdmhmaklbcaeeolnppfehjkkihhnkfe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe |
คำอธิบาย | Streamable money for the streaming web |
ขนาดไฟล์ | 1.99 MB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.1.23 |
อัปเดตครั้งล่าสุด | 2020-12-07 |
วันที่เผยแพร่ | 2020-08-20 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | bitcoinofthings |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://moneystreamdev.github.io/moneystream-project/ |
URL หน้านโยบายความเป็นส่วนตัว | https://cash.bitcoinofthings.com |
ภาษาที่รองรับ | 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", " |