X PayCheck
Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.
什么是X PayCheck?
X PayCheck是由https://pixelverse.tech开发的Chrome扩展程序,该扩展的主要功能是“Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.”。
扩展截图
下载X PayCheck扩展crx文件
下载X PayCheck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Roughly see how much any tweet is worth with XPayCheck. 扩展基本信息
| 名称 | |
| ID | nbnppaebaoohfbdejghepaofdfefkdgm |
| 官方URL | https://chromewebstore.google.com/detail/x-paycheck/nbnppaebaoohfbdejghepaofdfefkdgm |
| 简介 | Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet. |
| 文件大小 | 16.16 KB |
| 安装次数 | 32 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-08-14 |
| 上架时间 | 2023-08-12 |
| 开发者 | https://pixelverse.tech |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://pixelverse.tech/privacypolicy.html |
| 支持的语言 | 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"
]
}
]
} | |