PayCheck for X (Formerly Twitter)
See (a very VERY rough idea of) how much money a post is worth
什麼是PayCheck for X (Formerly Twitter)?
PayCheck for X (Formerly Twitter)是由Theo開發的Chrome擴展程式,該擴展的主要功能是“See (a very VERY rough idea of) how much money a post is worth”。
擴展截圖
下載PayCheck for X (Formerly Twitter)擴展crx文件
下載PayCheck for X (Formerly Twitter)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See (a very VERY rough idea of) how much money a tweet is worth GITHUB LINK: https://github.com/t3dotgg/paycheck-extension
擴展基本資訊
名稱 | PayCheck for X (Formerly Twitter) |
ID | ldgffedhocinnolmaaecnppdfmmofilp |
官方網址 | https://chromewebstore.google.com/detail/paycheck-for-x-formerly-t/ldgffedhocinnolmaaecnppdfmmofilp |
簡介 | See (a very VERY rough idea of) how much money a post is worth |
檔案大小 | 16.48 KB |
安裝次數 | 4,329 |
目前版本 | 0.0.3 |
更新時間 | 2023-08-15 |
上架時間 | 2023-08-10 |
評分 | 3.67/5 共 24 次評分 |
開發者 | Theo |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/t3dotgg/paycheck-extension |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PayCheck for X (Formerly Twitter)", "description": "See (a very VERY rough idea of) how much money a post is worth", "version": "0.0.3", "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": "Theo", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*", "https:\/\/x.com\/*" ], "js": [ "main.js" ] } ] } |