4thWall
Raise money for charity while you watch shows right on your favorite sites.
4thWallとは何ですか?
4thWallはhttps://cinedao.ioによって開発されたChromeの拡張機能で、その主な機能は「Raise money for charity while you watch shows right on your favorite sites.」です。
拡張機能のスクリーンショット
4thWall拡張機能のCRXファイルをダウンロード
4thWall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hi, we’re cineDAO – A free browser extension that rewards $FILM tokens for streaming TV and movies right on your favorite sites like Netflix, Hulu, & Prime Video. Simply set it and forget it – You’ll automatically earn $FILM every month. Community-Owned, Community-Run – cineDAO is governed as a De-centralized Autonomous Organization (DAO). Together, the community uses $FILM to vote & decide how cineDAO will fund future community projects, support independent filmmakers & select charities…(just to name a few). You can use your $FILM to help steer the DAO or sell in on various marketplaces. Our community raises money by anonymously contributing the shows we’re watching to our community-owned dataset. Together, we form data unions and sell on public marketplaces. cineDAO automatically redistributes the revenue right back into the community! Stay tuned, we are releasing new ways to earn even more $FILM soon!
拡張機能の基本情報
名前 | |
ID | flkmgdekgcdfolemhpbcbmakknimomgd |
公式URL | https://chromewebstore.google.com/detail/4thwall/flkmgdekgcdfolemhpbcbmakknimomgd |
説明 | Raise money for charity while you watch shows right on your favorite sites. |
ファイルサイズ | 14.58 MB |
インストール数 | 169 |
現在のバージョン | 0.5.0 |
最終更新日 | 2023-02-14 |
公開日 | 2020-07-01 |
評価 | 5.00/5 合計 22 レビュー |
開発者 | https://cinedao.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.cinedao.io |
ヘルプページのURL | https://www.cinedao.io/contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "4thWall", "version": "0.5.0", "description": "Raise money for charity while you watch shows right on your favorite sites.", "icons": { "16": ".\/img\/app_icons\/ExtIcon.png", "48": ".\/img\/app_icons\/ExtIcon.png", "128": ".\/img\/app_icons\/ExtIcon.png" }, "permissions": [ "storage" ], "action": { "default_icon": ".\/img\/app_icons\/ExtIcon.png", "default_popup": "popup.html", "default_title": "4thwall" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.hulu.com\/*", "https:\/\/www.netflix.com\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.disneyplus.com\/*", "https:\/\/www.hbomax.com\/*", "https:\/\/play.hbomax.com\/*", "https:\/\/play.hbogo.com\/*", "https:\/\/tv.apple.com\/*", "https:\/\/www.cbs.com\/*", "https:\/\/abc.com\/*", "https:\/\/www.fox.com\/*", "https:\/\/www.nbc.com\/*", "https:\/\/www.peacocktv.com\/*", "https:\/\/www.epix.com\/*", "https:\/\/www.amc.com\/*", "https:\/\/www.showtime.com\/*", "https:\/\/www.dcuniverse.com\/*", "https:\/\/www.showtimeanytime.com\/*", "https:\/\/www.philo.com\/*", "https:\/\/www.starz.com\/*", "https:\/\/www.usanetwork.com\/*", "http:\/\/www.mtv.com\/*", "https:\/\/www.espn.com\/*", "http:\/\/stream.nbcsports.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.cwtv.com\/*", "https:\/\/freeform.go.com\/*", "http:\/\/www.cc.com\/*", "https:\/\/www.cartoonnetwork.com\/*", "http:\/\/www.adultswim.com\/*", "https:\/\/play.aetv.com\/*", "https:\/\/www.tbs.com\/*", "https:\/\/www.tntdrama.com\/*", "https:\/\/www.trutv.com\/*", "https:\/\/fxnow.fxnetworks.com\/*", "https:\/\/watch.foodnetwork.com\/*", "https:\/\/watch.hgtv.com\/*", "https:\/\/www.bravotv.com\/*", "https:\/\/therokuchannel.roku.com\/*", "https:\/\/www.crackle.com\/*", "https:\/\/www.bet.com\/*", "https:\/\/play.mylifetime.com\/*", "https:\/\/www.syfy.com\/*", "https:\/\/www.nationalgeographic.com\/*", "https:\/\/www.vudu.com\/*", "https:\/\/www.pbs.org\/*", "https:\/\/play.history.com\/*", "https:\/\/www.twitch.tv\/*" ] } ] } |