X logo to Twitter Logo
Change X logo to the old Twitter logo
X logo to Twitter Logoとは何ですか?
X logo to Twitter LogoはSorikairoによって開発されたChromeの拡張機能で、その主な機能は「Change X logo to the old Twitter logo」です。
拡張機能のスクリーンショット
X logo to Twitter Logo拡張機能のCRXファイルをダウンロード
X logo to Twitter Logo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change x logo to the old Twitter Logo 拡張機能の基本情報
| 名前 | |
| ID | aabmjkifgbojihkngmahcjjkcoeklaoe |
| 公式URL | https://chromewebstore.google.com/detail/x-logo-to-twitter-logo/aabmjkifgbojihkngmahcjjkcoeklaoe |
| 説明 | Change X logo to the old Twitter logo |
| ファイルサイズ | 18.15 KB |
| インストール数 | 31 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2023-07-26 |
| 公開日 | 2023-07-25 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Sorikairo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "X logo to Twitter Logo",
"version": "0.1",
"manifest_version": 3,
"description": "Change X logo to the old Twitter logo",
"icons": {
"64": "size-64.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
]
} | |