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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |