PayCheck for X (Formerly Twitter)

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

Cos'è PayCheck for X (Formerly Twitter)?

PayCheck for X (Formerly Twitter) è un'estensione di Chrome sviluppata da Theo, e la sua funzione principale è "See (a very VERY rough idea of) how much money a post is worth".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PayCheck for X (Formerly Twitter)

Scarica i file di estensione PayCheck for X (Formerly Twitter) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome PayCheck for X (Formerly Twitter) PayCheck for X (Formerly Twitter)
ID ldgffedhocinnolmaaecnppdfmmofilp
URL Ufficiale https://chromewebstore.google.com/detail/paycheck-for-x-formerly-t/ldgffedhocinnolmaaecnppdfmmofilp
Descrizione See (a very VERY rough idea of) how much money a post is worth
Dimensione del File 16.48 KB
Conteggio Installazioni 4,329
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-08-15
Data di Pubblicazione 2023-08-10
Valutazione 3.67/5 Totale 24 Valutazioni
Sviluppatore Theo
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/t3dotgg/paycheck-extension
Lingue Supportate 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"
            ]
        }
    ]
}