MoneyStream
Streamable money for the streaming web
Co je MoneyStream?
MoneyStream je rozšíření Chrome vyvinuté bitcoinofthings, a jeho hlavní funkcí je „Streamable money for the streaming web“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MoneyStream
Stáhněte si soubory rozšíření MoneyStream ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | MoneyStream |
ID | ggdmhmaklbcaeeolnppfehjkkihhnkfe |
Oficiální URL | https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe |
Popis | Streamable money for the streaming web |
Velikost souboru | 1.99 MB |
Počet instalací | 30 |
Aktuální Verze | 0.1.23 |
Poslední Aktualizace | 2020-12-07 |
Datum Vydání | 2020-08-20 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | bitcoinofthings |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://moneystreamdev.github.io/moneystream-project/ |
URL Stránky Zásad Ochrany Soukromí | https://cash.bitcoinofthings.com |
Podporované Jazyky | 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", " |