PayCheck for X (Formerly Twitter)

See (a very VERY rough idea of) how much money a post is worth

What is PayCheck for X (Formerly Twitter)?

PayCheck for X (Formerly Twitter) is a Chrome extension developed by Theo, and its main feature is "See (a very VERY rough idea of) how much money a post is worth".

Extension Screenshots

screenshot

Download PayCheck for X (Formerly Twitter) Extension CRX File

Download PayCheck for X (Formerly Twitter) 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

                        See (a very VERY rough idea of) how much money a tweet is worth

GITHUB LINK: https://github.com/t3dotgg/paycheck-extension                    

Extension Basic Information

Name PayCheck for X (Formerly Twitter) PayCheck for X (Formerly Twitter)
ID ldgffedhocinnolmaaecnppdfmmofilp
Official URL https://chromewebstore.google.com/detail/paycheck-for-x-formerly-t/ldgffedhocinnolmaaecnppdfmmofilp
Description See (a very VERY rough idea of) how much money a post is worth
File Size 16.48 KB
Installation Count 4,329
Current Version 0.0.3
Last Updated 2023-08-15
Publish Date 2023-08-10
Rating 3.67/5 Total 24 Ratings
Developer Theo
Email [email protected]
Payment Type free
Extension Website https://github.com/t3dotgg/paycheck-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PayCheck for X (Formerly Twitter)",
    "description": "See (a very VERY rough idea of) how much money a post is worth",
    "version": "0.0.3",
    "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": "Theo",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}