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 |
| Eメール | [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\/*"
]
}
]
} | |