4thWall
Raise money for charity while you watch shows right on your favorite sites.
What is 4thWall?
4thWall is a Chrome extension developed by https://cinedao.io, and its main feature is "Raise money for charity while you watch shows right on your favorite sites.".
Extension Screenshots
Download 4thWall Extension CRX File
Download 4thWall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | flkmgdekgcdfolemhpbcbmakknimomgd |
Official URL | https://chromewebstore.google.com/detail/4thwall/flkmgdekgcdfolemhpbcbmakknimomgd |
Description | Raise money for charity while you watch shows right on your favorite sites. |
File Size | 14.58 MB |
Installation Count | 169 |
Current Version | 0.5.0 |
Last Updated | 2023-02-14 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 22 Ratings |
Developer | https://cinedao.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.cinedao.io |
Help Page URL | https://www.cinedao.io/contact |
Supported Languages | 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\/*" ] } ] } |