4thWall
Raise money for charity while you watch shows right on your favorite sites.
4thWallคืออะไร?
4thWall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cinedao.io และคุณลักษณะหลักของมันคือ "Raise money for charity while you watch shows right on your favorite sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4thWall
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } ] } |