MoneyStream
Streamable money for the streaming web
Co to jest MoneyStream?
MoneyStream to rozszerzenie Chrome opracowane przez bitcoinofthings, a jego główną funkcją jest „Streamable money for the streaming web”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MoneyStream
Pobierz pliki rozszerzeń MoneyStream w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | MoneyStream |
ID | ggdmhmaklbcaeeolnppfehjkkihhnkfe |
Oficjalny URL | https://chromewebstore.google.com/detail/moneystream/ggdmhmaklbcaeeolnppfehjkkihhnkfe |
Opis | Streamable money for the streaming web |
Rozmiar pliku | 1.99 MB |
Liczba instalacji | 30 |
Aktualna Wersja | 0.1.23 |
Ostatnia Aktualizacja | 2020-12-07 |
Data Publikacji | 2020-08-20 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | bitcoinofthings |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://moneystreamdev.github.io/moneystream-project/ |
Adres URL Strony Polityki Prywatności | https://cash.bitcoinofthings.com |
Obsługiwane Języki | 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", " |