X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
¿Qué es X PayCheck?
X PayCheck es una extensión de Chrome desarrollada por https://pixelverse.tech, y su función principal es "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión X PayCheck
Descarga archivos de extensión X PayCheck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Roughly see how much any tweet is worth with XPayCheck.
Información Básica de la Extensión
Nombre | X PayCheck |
ID | nbnppaebaoohfbdejghepaofdfefkdgm |
URL Oficial | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
Descripción | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
Tamaño del Archivo | 16.16 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 0.0.2 |
Última Actualización | 2023-08-14 |
Fecha de Publicación | 2023-08-12 |
Desarrollador | https://pixelverse.tech |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://pixelverse.tech/privacypolicy.html |
Idiomas Soportados | 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" ] } ] } |