xfriend.tech
Seamless UI for friend.tech on X (Twitter).
什麼是xfriend.tech?
xfriend.tech是由etherlect開發的Chrome擴展程式,該擴展的主要功能是“Seamless UI for friend.tech on X (Twitter).”。
擴展截圖
下載xfriend.tech擴展crx文件
下載xfriend.tech擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get data from friend.tech directly on X ! 擴展基本資訊
| 名稱 | |
| ID | fgllfaeklkjnmhgibgfgkhlocbjmdphj |
| 官方網址 | 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\/*"
]
}
]
} | |