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.
擴展基本資訊
名稱 | X PayCheck |
ID | nbnppaebaoohfbdejghepaofdfefkdgm |
官方網址 | 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" ] } ] } |