X PayCheck

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

Apa itu X PayCheck?

X PayCheck adalah ekstensi Chrome yang dikembangkan oleh https://pixelverse.tech, dan fitur utamanya adalah "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi X PayCheck

Unduh file ekstensi X PayCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Roughly see how much any tweet is worth with XPayCheck.                    

Informasi Dasar Ekstensi

Nama X PayCheck X PayCheck
ID nbnppaebaoohfbdejghepaofdfefkdgm
URL Resmi https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm
Deskripsi Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
Ukuran File 16.16 KB
Jumlah Instalasi 32
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-08-14
Tanggal Publikasi 2023-08-12
Pengembang https://pixelverse.tech
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://pixelverse.tech/privacypolicy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}