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 هو إضافة Chrome تم تطويرها بواسطة https://pixelverse.tech، والميزة الرئيسية لها هي "Every wondering how much a tweet is worth? With XPayCheck, you can roughly see an estimated amount for each tweet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة X PayCheck
قم بتنزيل ملفات الامتداد X PayCheck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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"
]
}
]
} | |