X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
Cos'è X PayCheck?
X PayCheck è un'estensione di Chrome sviluppata da https://pixelverse.tech, e la sua funzione principale è "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione X PayCheck
Scarica i file di estensione X PayCheck 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
Roughly see how much any tweet is worth with XPayCheck. Informazioni di Base sull'Estensione
| Nome | |
| ID | nbnppaebaoohfbdejghepaofdfefkdgm |
| URL Ufficiale | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
| Descrizione | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
| Dimensione del File | 16.16 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2023-08-14 |
| Data di Pubblicazione | 2023-08-12 |
| Sviluppatore | https://pixelverse.tech |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://pixelverse.tech/privacypolicy.html |
| Lingue Supportate | 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"
]
}
]
} | |