Twitter Bird
Extension which returns the Twitter bird icon back
Twitter Birdとは何ですか?
Twitter Birdはhttps://cking.softwareによって開発されたChromeの拡張機能で、その主な機能は「Extension which returns the Twitter bird icon back」です。
拡張機能のスクリーンショット
Twitter Bird拡張機能のCRXファイルをダウンロード
Twitter Bird拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the main Twitter icon and favicon icon with the canonical Bird. Opensource project.
拡張機能の基本情報
名前 | Twitter Bird |
ID | ihahjhhimifemcpmbghgjmniofjchmlh |
公式URL | https://chromewebstore.google.com/detail/twitter-bird/ihahjhhimifemcpmbghgjmniofjchmlh |
説明 | Extension which returns the Twitter bird icon back |
ファイルサイズ | 553 KB |
インストール数 | 196 |
現在のバージョン | 1.1 |
最終更新日 | 2023-08-29 |
公開日 | 2023-07-26 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | https://cking.software |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Semper-Viventem/twitter-bird |
ヘルプページのURL | https://github.com/Semper-Viventem/twitter-bird/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Bird", "description": "Extension which returns the Twitter bird icon back", "version": "1.1", "action": { "default_icon": "images\/icon_512.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png", "512": "images\/icon_128.png" } } |