xfriend.tech
Seamless UI for friend.tech on X (Twitter).
ما هو xfriend.tech؟
xfriend.tech هو إضافة Chrome تم تطويرها بواسطة etherlect، والميزة الرئيسية لها هي "Seamless UI for friend.tech on X (Twitter).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة xfriend.tech
قم بتنزيل ملفات الامتداد xfriend.tech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get data from friend.tech directly on X !
معلومات أساسية عن التمديد
الاسم | xfriend.tech |
ID | fgllfaeklkjnmhgibgfgkhlocbjmdphj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/xfriendtech/fgllfaeklkjnmhgibgfgkhlocbjmdphj |
الوصف | Seamless UI for friend.tech on X (Twitter). |
حجم الملف | 3.19 MB |
عدد التثبيتات | 359 |
النسخة الحالية | 1.4 |
آخر تحديث | 2023-12-04 |
تاريخ النشر | 2023-09-16 |
المطور | etherlect |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://xfriend.tech/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "xfriend.tech", "description": "Seamless UI for friend.tech on X (Twitter).", "version": "1.4", "icons": { "16": "\/assets\/icon16.png", "32": "\/assets\/icon32.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "background": { "service_worker": "\/background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "\/assets\/icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "js": [ "\/content.js" ], "css": [ "\/styles\/content.css", "\/styles\/mdi.css" ] } ], "web_accessible_resources": [ { "resources": [ "\/inpage.js", "\/styles\/content.css", "\/styles\/mdi.css", "\/fonts\/*", "\/img\/*", "\/assets\/*" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ] } ] } |