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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xidol.tech และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XIdol.tech - Browse X, Get Rewards

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}