X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
Hvad er X PayCheck?
X PayCheck er en Chrome-udvidelse udviklet af https://pixelverse.tech, og dens hovedfunktion er "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
Udvidelsesskærmbilleder
Download X PayCheck-udvidelses-CRX-fil
Download X PayCheck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Roughly see how much any tweet is worth with XPayCheck. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nbnppaebaoohfbdejghepaofdfefkdgm |
| Officiel URL | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
| Beskrivelse | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
| Filstørrelse | 16.16 KB |
| Antal Installationer | 32 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2023-08-14 |
| Udgivelsesdato | 2023-08-12 |
| Udvikler | https://pixelverse.tech |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://pixelverse.tech/privacypolicy.html |
| Understøttede Sprog | 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"
]
}
]
} | |