X PayCheck

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

What is X PayCheck?

X PayCheck is a Chrome extension developed by https://pixelverse.tech, and its main feature is "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".

Extension Screenshots

screenshot

Download X PayCheck Extension CRX File

Download X PayCheck 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

                        Roughly see how much any tweet is worth with XPayCheck.                    

Extension Basic Information

Name X PayCheck X PayCheck
ID nbnppaebaoohfbdejghepaofdfefkdgm
Official URL https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm
Description Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
File Size 16.16 KB
Installation Count 32
Current Version 0.0.2
Last Updated 2023-08-14
Publish Date 2023-08-12
Developer https://pixelverse.tech
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pixelverse.tech/privacypolicy.html
Supported Languages 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"
            ]
        }
    ]
}