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 |
| 官方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\/*"
]
}
]
} | |