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 |
电子邮箱 | [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\/*" ] } ] } |