X to Twitter
Get our Twitter back from Elon.
什么是X to Twitter?
X to Twitter是由yakisova41开发的Chrome扩展程序,该扩展的主要功能是“Get our Twitter back from Elon.”。
扩展截图
下载X to Twitter扩展crx文件
下载X to Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
X logo back to the original Twitter Bird logo 扩展基本信息
| 名称 | |
| ID | jcgbihbakhgpbmhejamlpijhlohjhnbn |
| 官方URL | https://chromewebstore.google.com/detail/x-to-twitter/jcgbihbakhgpbmhejamlpijhlohjhnbn |
| 简介 | Get our Twitter back from Elon. |
| 文件大小 | 843 KB |
| 安装次数 | 2,013 |
| 当前版本 | 2.3.1 |
| 更新时间 | 2024-01-24 |
| 上架时间 | 2023-07-24 |
| 评分 | 5.00/5 共17次评分 |
| 开发者 | yakisova41 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/yakisova41/xToTwitter |
| 帮助页面URL | https://github.com/yakisova41/xToTwitter/issues |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_Name__",
"short_name": "xToTwitter",
"version": "2.3.1",
"manifest_version": 3,
"description": "__MSG_Description__",
"default_locale": "en",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/X.com\/*"
],
"run_at": "document_start",
"js": [
"userscript.user.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"twitterManifest.json",
"sw_icons\/*"
],
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/X.com\/*"
]
}
]
} | |