XIdol.tech - Browse X, Get Rewards

Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.

XIdol.tech - Browse X, Get Rewards là gì?

XIdol.tech - Browse X, Get Rewards là một tiện ích mở rộng Chrome được phát triển bởi https://xidol.tech, và tính năng chính của nó là "Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng XIdol.tech - Browse X, Get Rewards

Tải xuống các tệp mở rộng XIdol.tech - Browse X, Get Rewards 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

                        Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com (formerly Twitter.com), allowing user to use XIdol's services. This Privacy Policy outlines our practices regarding the collection, use, and sharing of your information through the XIdol extension.                    

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

Tên XIdol.tech - Browse X, Get Rewards XIdol.tech - Browse X, Get Rewards
ID geihcaidpahbcihghfdanhconliepogi
URL Chính Thức https://chromewebstore.google.com/detail/xidoltech-browse-x-get-re/geihcaidpahbcihghfdanhconliepogi
Mô tả Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.
Kích Thước Tệp 820 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.0.16
Cập Nhật Lần Cuối 2024-01-30
Ngày Phát Hành 2024-01-08
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://xidol.tech
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xidol.tech/
URL Trang Trợ Giúp https://xidol.tech/
URL Trang Chính Sách Bảo Mật https://docs.xidol.tech/information/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.16",
    "version_name": "1.0.16",
    "manifest_version": 3,
    "name": "XIdol.tech - Browse X, Get Rewards",
    "short_name": "XIdol.tech",
    "description": "Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.",
    "author": "Dev team ",
    "homepage_url": "https:\/\/xidol.tech",
    "action": {
        "default_popup": "index.html",
        "default_title": "XIdol.tech - Browse X, Get Rewards"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/app.xidol.tech\/*",
                "*:\/\/login.xidol.tech\/*"
            ],
            "js": [
                "inject.js",
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}