XCAD

XCAD Browser Extension

XCAD là gì?

XCAD là một tiện ích mở rộng Chrome được phát triển bởi https://xcadnetwork.com, và tính năng chính của nó là "XCAD Browser Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XCAD

Tải xuống các tệp mở rộng XCAD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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..                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên XCAD XCAD
ID elcdacbfpnjajikgpenambffmmoimeea
URL Chính Thức https://chromewebstore.google.com/detail/xcad/elcdacbfpnjajikgpenambffmmoimeea
Mô tả XCAD Browser Extension
Kích Thước Tệp 15.16 MB
Số Lần Cài Đặt 54,826
Phiên Bản Hiện Tại 3.4.5
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2022-07-01
Đánh Giá 4.47/5 Tổng số 171 Đánh Giá
Nhà Phát Triển https://xcadnetwork.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://xcadnetwork.com
URL Trang Trợ Giúp https://support.xcadnetwork.com
URL Trang Chính Sách Bảo Mật https://terms.xcadnetwork.com
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}