Classic Twitter Logo
Restore Twitters Logo & Favicon 👏
Classic Twitter Logoとは何ですか?
Classic Twitter LogoはNicによって開発されたChromeの拡張機能で、その主な機能は「Restore Twitters Logo & Favicon 👏」です。
拡張機能のスクリーンショット
Classic Twitter Logo拡張機能のCRXファイルをダウンロード
Classic Twitter Logo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Restore Twitters Logo & Favicon 👏 This Chrome extension brings back the classic Twitter logo and favicon. If you miss the old bird icon (affectionately known as "Larry") and prefer the nostalgic look, this extension is perfect for you. Source Code: https://github.com/niclm/classic-twitter-logo
拡張機能の基本情報
名前 | |
ID | keiaaebomajecbjhpfembkjcillhkpbg |
公式URL | https://chromewebstore.google.com/detail/classic-twitter-logo/keiaaebomajecbjhpfembkjcillhkpbg |
説明 | Restore Twitters Logo & Favicon 👏 |
ファイルサイズ | 9.69 KB |
インストール数 | 45 |
現在のバージョン | 1.1 |
最終更新日 | 2023-09-23 |
公開日 | 2023-07-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nic |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/niclm/classic-twitter-logo |
ヘルプページのURL | https://github.com/niclm/classic-twitter-logo/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Classic Twitter Logo", "description": "Restore Twitters Logo & Favicon \ud83d\udc4f", "version": "1.1", "icons": { "48": "icon.png" }, "host_permissions": [ "https:\/\/twitter.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "twitter.js" ] } ] } |