TwitterBird
Changes the "X" brand back to Twitter
TwitterBirdとは何ですか?
TwitterBirdはhttps://labystudio.deによって開発されたChromeの拡張機能で、その主な機能は「Changes the "X" brand back to Twitter」です。
拡張機能のスクリーンショット
TwitterBird拡張機能のCRXファイルをダウンロード
TwitterBird拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This add-on reverts all logos of the Twitter/X website back to the Twitter bird. It changes every single X logo, including the icon in the browser tab, the logout screen, and the boot screen. Additionally, it modifies the avatar, banner, name, handle and badge of the official Twitter accounts. Please be aware that Twitter is currently changing its website every day. I'm trying to keep the add-on up to date with the latest changes Elon Musk is making to Twitter/X.
拡張機能の基本情報
名前 | TwitterBird |
ID | cglkhpbplnpobkhgecadnemehdaphahh |
公式URL | https://chromewebstore.google.com/detail/twitterbird/cglkhpbplnpobkhgecadnemehdaphahh |
説明 | Changes the "X" brand back to Twitter |
ファイルサイズ | 1.72 MB |
インストール数 | 213 |
現在のバージョン | 1.2 |
最終更新日 | 2023-07-27 |
公開日 | 2023-07-25 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://labystudio.de |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TwitterBird", "description": "Changes the \"X\" brand back to Twitter", "short_name": "TwitterBird", "manifest_version": 3, "version": "1.2", "icons": { "16": "assets\/icon\/icon16.png", "164": "assets\/icon\/icon164.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ], "js": [ "js\/Injector.js", "js\/controllers\/SvgLogoInjector.js", "js\/controllers\/FaviconInjector.js", "js\/controllers\/TwitterAccountInjector.js", "js\/controllers\/TitleInjector.js", "js\/TwitterBird.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/*.x.com\/*" ] } ] } |