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 |
| Eメール | [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"
]
}
]
} | |