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 拡張機能の基本情報
| 名前 | |
| ID | ldgffedhocinnolmaaecnppdfmmofilp |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |