X PayCheck

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

Qu'est-ce que X PayCheck ?

X PayCheck est une extension Chrome développée par https://pixelverse.tech, et sa fonction principale est "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension X PayCheck

Téléchargez les fichiers d'extension X PayCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Roughly see how much any tweet is worth with XPayCheck.                    

Informations de Base sur l'Extension

Nom X PayCheck X PayCheck
ID nbnppaebaoohfbdejghepaofdfefkdgm
URL Officiel 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.
Taille du Fichier 16.16 KB
Nombre d'Installations 32
Version Actuelle 0.0.2
Dernière Mise à Jour 2023-08-14
Date de Publication 2023-08-12
Développeur https://pixelverse.tech
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pixelverse.tech/privacypolicy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}