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.

What is XIdol.tech - Browse X, Get Rewards?

XIdol.tech - Browse X, Get Rewards is a Chrome extension developed by https://xidol.tech, and its main feature is "Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download XIdol.tech - Browse X, Get Rewards Extension CRX File

Download XIdol.tech - Browse X, Get Rewards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name XIdol.tech - Browse X, Get Rewards XIdol.tech - Browse X, Get Rewards
ID geihcaidpahbcihghfdanhconliepogi
Official URL https://chromewebstore.google.com/detail/xidoltech-browse-x-get-re/geihcaidpahbcihghfdanhconliepogi
Description Welcome to XIdol, a browser extension designed to implement a SocialFi x DeFi experimental service called XIdol on X.com.
File Size 820 KB
Installation Count 191
Current Version 1.0.16
Last Updated 2024-01-30
Publish Date 2024-01-08
Rating 5.00/5 Total 5 Ratings
Developer https://xidol.tech
Email [email protected]
Payment Type free
Extension Website https://xidol.tech/
Help Page URL https://xidol.tech/
Privacy Policy Page URL https://docs.xidol.tech/information/privacy-policy
Supported Languages 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"
    ]
}