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とは何ですか?

XIdol.tech - Browse X, Get Rewardsはhttps://xidol.techによって開発されたChromeの拡張機能で、その主な機能は「Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

XIdol.tech - Browse X, Get Rewards拡張機能のCRXファイルをダウンロード

XIdol.tech - Browse X, Get Rewards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 XIdol.tech - Browse X, Get Rewards XIdol.tech - Browse X, Get Rewards
ID geihcaidpahbcihghfdanhconliepogi
公式URL https://chromewebstore.google.com/detail/xidoltech-browse-x-get-re/geihcaidpahbcihghfdanhconliepogi
説明 Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.
ファイルサイズ 820 KB
インストール数 191
現在のバージョン 1.0.16
最終更新日 2024-01-30
公開日 2024-01-08
評価 5.00/5 合計 5 レビュー
開発者 https://xidol.tech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://xidol.tech/
ヘルプページのURL https://xidol.tech/
プライバシーポリシーページのURL https://docs.xidol.tech/information/privacy-policy
対応言語 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"
    ]
}