X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
O que é X PayCheck?
X PayCheck é uma extensão do Chrome desenvolvida por https://pixelverse.tech, e sua principal característica é "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão X PayCheck
Baixe arquivos de extensão X PayCheck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Roughly see how much any tweet is worth with XPayCheck.
Informações Básicas da Extensão
Nome | X PayCheck |
ID | nbnppaebaoohfbdejghepaofdfefkdgm |
URL Oficial | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
Descrição | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
Tamanho do Arquivo | 16.16 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.0.2 |
Última Atualização | 2023-08-14 |
Data de Publicação | 2023-08-12 |
Desenvolvedor | https://pixelverse.tech |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://pixelverse.tech/privacypolicy.html |
Idiomas Suportados | 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" ] } ] } |