X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
Vad är X PayCheck?
X PayCheck är en Chrome-tillägg utvecklad av https://pixelverse.tech, och dess huvudfunktion är "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
Tilläggsskärmbilder
Ladda ner X PayCheck-förlängningens CRX-fil
Ladda ner X PayCheck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Roughly see how much any tweet is worth with XPayCheck. Grundläggande Information om Tillägg
| Namn | |
| ID | nbnppaebaoohfbdejghepaofdfefkdgm |
| Officiell webbadress | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
| Beskrivning | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
| Filstorlek | 16.16 KB |
| Antal Installationer | 32 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2023-08-14 |
| Publiceringsdatum | 2023-08-12 |
| Utvecklare | https://pixelverse.tech |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://pixelverse.tech/privacypolicy.html |
| Stödda Språk | 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"
]
}
]
} | |