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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get data from friend.tech directly on X ! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| URL หน้านโยบายความเป็นส่วนตัว | 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\/*"
]
}
]
} | |