X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
Wat is X PayCheck?
X PayCheck is een Chrome-extensie ontwikkeld door https://pixelverse.tech, en de belangrijkste functie is "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
Extensie Screenshots
Download het CRX-bestand van de extensie X PayCheck
Download X PayCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Roughly see how much any tweet is worth with XPayCheck.
Basisinformatie over de Extensie
Naam | X PayCheck |
ID | nbnppaebaoohfbdejghepaofdfefkdgm |
Officiële URL | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
Beschrijving | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
Bestandsgrootte | 16.16 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2023-08-14 |
Publicatiedatum | 2023-08-12 |
Ontwikkelaar | https://pixelverse.tech |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://pixelverse.tech/privacypolicy.html |
Ondersteunde Talen | 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" ] } ] } |