X PayCheck

Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.

X PayCheckคืออะไร?

X PayCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pixelverse.tech และคุณลักษณะหลักของมันคือ "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย X PayCheck

ดาวน์โหลดไฟล์ส่วนขยาย X PayCheck ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Roughly see how much any tweet is worth with XPayCheck.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ X PayCheck X PayCheck
ID nbnppaebaoohfbdejghepaofdfefkdgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm
คำอธิบาย Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
ขนาดไฟล์ 16.16 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2023-08-14
วันที่เผยแพร่ 2023-08-12
ผู้พัฒนา https://pixelverse.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pixelverse.tech/privacypolicy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X PayCheck",
    "description": "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.",
    "version": "0.0.2",
    "icons": {
        "16": "\/assets\/PCX-icon-16.png",
        "32": "\/assets\/PCX-icon-32.png",
        "48": "\/assets\/PCX-icon-48.png",
        "128": "\/assets\/PCX-icon-128.png"
    },
    "author": "PixelVerseIT AU",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}