XCAD
XCAD Browser Extension
XCAD란 무엇입니까?
XCAD은(는) https://xcadnetwork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "XCAD Browser Extension"입니다.
확장 프로그램 스크린샷
XCAD 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
XCAD Network is enabling the #Watch2Earn revolution by allowing fans to earn Creator tokens for watching their favourite Creators, directly on YouTube. The XCAD browser extension allows viewers to earn Creator tokens while watching their favourite Creators. Viewers can earn, view and trade Creator tokens all via the XCAD plugin. The plugin works in the background while you watch videos on YouTube. Users can buy XCAD Eggs to boost their Creator token earnings even further, the better the Egg, the more rewards will be boosted. This means users can build their Creator token holdings even faster, access better perks and obtain greater voting power! Viewers who have installed the XCAD plugin will be rewarded with the Creator tokens when they watch 80% or more of a video. Creator tokens can be used to vote on polls put out by their favourite Creators, the more tokens a viewer holds, the more weight their vote carries. This means the most loyal fans have the most say in a Creators Content. Furthermore, viewers are able to stake their Creator tokens with XCAD to get a multiplier on the rewards they earn from watching videos..
확장 프로그램 기본 정보
이름 | XCAD |
ID | elcdacbfpnjajikgpenambffmmoimeea |
공식 URL | https://chromewebstore.google.com/detail/xcad/elcdacbfpnjajikgpenambffmmoimeea |
설명 | XCAD Browser Extension |
파일 크기 | 15.16 MB |
설치 횟수 | 54,826 |
현재 버전 | 3.4.5 |
최근 업데이트 | 2024-01-23 |
출시 날짜 | 2022-07-01 |
평점 | 4.47/5 총 171 개의 평점 |
개발자 | https://xcadnetwork.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://xcadnetwork.com |
도움말 페이지 URL | https://support.xcadnetwork.com |
개인정보 보호 정책 페이지 URL | https://terms.xcadnetwork.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "XCAD Browser Extension", "version": "3.4.5", "manifest_version": 3, "name": "XCAD", "short_name": "XCAD", "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.xcademy.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.xcademy.com\/*" ] }, "action": { "default_popup": "index.html", "default_icon": "\/assets\/x.png" }, "display": "standalone", "icons": { "128": "\/assets\/x.png" }, "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "js": [ "static\/js\/content.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "assets\/css\/content.styles.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "\/assets\/*", "inject.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" } } |